Malta Holidays in 2025

List of public holidays in Malta 2025 calendar

DateDayNameType
1st JanuaryWednesdayNew Year's DayPublic holiday
10th FebruaryMondayFeast of Saint Paul's ShipwreckPublic holiday
19th MarchWednesdayFeast of Saint JosephPublic holiday
31st MarchMondayFreedom DayNational Holiday
18th AprilFridayGood FridayPublic holiday
20th AprilSundayEaster SundayObservance
21st AprilMondayEaster MondayObservance
21st AprilMondayBank HolidayBank holiday
1st MayThursdayLabour Day/May DayPublic holiday
11th MaySundayMothers' DayObservance
7th JuneSaturdaySette GiugnoNational Holiday
15th JuneSundayFathers' DayObservance
29th JuneSundayFeast of Saints Peter and PaulPublic holiday
15th AugustFridayThe Feast of Mary's AssumptionPublic holiday
8th SeptemberMondayThe Feast of Our Lady of VictoriesNational Holiday
21st SeptemberSundayIndependence DayNational Holiday
8th DecemberMondayFeast of the Immaculate ConceptionPublic holiday
13th DecemberSaturdayRepublic DayNational Holiday
24th DecemberWednesdayChristmas EveObservance
25th DecemberThursdayChristmas DayPublic holiday
26th DecemberFridayBoxing DayObservance
26th DecemberFridayBank HolidayBank holiday
31st DecemberWednesdayNew Year's EveObservance
We strive to provide an accurate and up-to-date holiday's list for Malta. however, please note that some holidays dates may change. If you discover any discrepancies, kindly report to us.

Note: Some holidays are color-coded based on the types of holidays. For example -

  1. Public Holidays
  2. Local Holidays
  3. Other Holidays

Frequently Asked Questions

How many holidays in Malta this year in 2025?

There are 14 holidays in Malta in 2025

How to retrieve the Malta holidays list via API?

Simply make a GET request to v1/holidays?country=MT&year=2025 API to retrieve this list of Malta holidays. Here is an example using Node.js and our official package on NPM.

// Install the 11holidays package from NPM
// npm i 11holidays

import HolidaysApi from '11holidays';

const instance = new HolidaysApi(API_KEY);
const holidays = await instance.holidays.list({ country: 'MT', year: '2025'});
console.log(holidays);
Ads

Sign up for your free api key.

Create your free account to get access of holidays API
for over 230 countries and regions worldwide.