Malawi Holidays in 2023

List of public holidays in Malawi 2023 calendar

DateDayNameType
1st JanuarySundayNew YearPublic Holiday
2nd JanuaryMondayDay off for New YearPublic Holiday
15th JanuarySundayJohn Chilembwe DayPublic Holiday
16th JanuaryMondayDay off for John Chilembwe DayPublic Holiday
3rd MarchFridayMartyrs' DayPublic Holiday
20th MarchMondayMarch EquinoxSeason
23rd MarchThursdayRamadan StartObservance
7th AprilFridayGood FridayPublic Holiday
8th AprilSaturdayEaster SaturdayObservance
10th AprilMondayEaster MondayPublic Holiday
22nd AprilSaturdayEid al-FitrPublic Holiday
24th AprilMondayDay off for Eid al-FitrPublic Holiday
1st MayMondayMay DayPublic Holiday
14th MaySundayKamuzu DayPublic Holiday
15th MayMondayDay off for Kamuzu DayPublic Holiday
21st JuneWednesdayJune SolsticeSeason
6th JulyThursdayIndependence DayPublic Holiday
23rd SeptemberSaturdaySeptember EquinoxSeason
15th OctoberSundayMother's DayPublic Holiday
16th OctoberMondayDay off for Mother's DayPublic Holiday
22nd DecemberFridayDecember SolsticeSeason
25th DecemberMondayChristmas DayPublic Holiday
26th DecemberTuesdayBoxing DayPublic Holiday
We strive to provide an accurate and up-to-date holiday's list for Malawi. 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 Malawi this year in 2023?

There are 17 holidays in Malawi in 2023

How to retrieve the Malawi holidays list via API?

Simply make a GET request to v1/holidays?country=MW&year=2023 API to retrieve this list of Malawi 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: 'MW', year: '2023'});
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.