Belarus Holidays in 2025

List of public holidays in Belarus 2025 calendar

DateDayNameType
1st JanuaryWednesdayNew Year's DayNational Holiday
2nd JanuaryThursdayNew Year HolidayNational Holiday
7th JanuaryTuesdayOrthodox Christmas DayNational Holiday
14th FebruaryFridayValentine's DayObservance
23rd FebruarySundayDefender of the Fatherland DayObservance
8th MarchSaturdayWomen's DayNational Holiday
15th MarchSaturdayConstitution DayObservance
20th MarchThursdayMarch EquinoxSeason
2nd AprilWednesdayUnion Day of Belarus and RussiaObservance
20th AprilSundayCatholic Easter SundayObservance
20th AprilSundayOrthodox Easter SundayObservance, Orthodox
26th AprilSaturdayDay of Remembrance of the Chernobyl TragedyObservance
1st MayThursdayLabour DayNational Holiday
9th MayFridayVictory DayNational Holiday
11th MaySundayDay of the National Emblem and Flag of BelarusObservance
21st JuneSaturdayJune SolsticeSeason
22nd JuneSundayRemembrance Day of Victims of the Great Patriotic WarObservance
3rd JulyThursdayIndependence Day of the Republic of BelarusNational Holiday
6th JulySundayKupalle (Day 1)Observance
7th JulyMondayKupalle (Day 2)Observance
17th SeptemberWednesdayNational Unity DayObservance
22nd SeptemberMondaySeptember EquinoxSeason
14th OctoberTuesdayMothers' DayObservance
21st OctoberTuesdayFathers' DayObservance
2nd NovemberSundayRemembrance DayObservance
7th NovemberFridayOctober Revolution DayNational Holiday
21st DecemberSundayDecember SolsticeSeason
25th DecemberThursdayCatholic Christmas DayNational Holiday
31st DecemberWednesdayNew Year's EveObservance
We strive to provide an accurate and up-to-date holiday's list for Belarus. 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 Belarus this year in 2025?

There are 9 holidays in Belarus in 2025

How to retrieve the Belarus holidays list via API?

Simply make a GET request to v1/holidays?country=BY&year=2025 API to retrieve this list of Belarus 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: 'BY', 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.