Ukraine Holidays in 2025

List of public holidays in Ukraine 2025 calendar

DateDayNameType
1st JanuaryWednesdayNew Year's Day (Suspended)Suspended National Holiday
6th JanuaryMondayEpiphanyObservance
14th JanuaryTuesdayOrthodox New YearObservance, Orthodox
14th FebruaryFridayValentine's DayObservance
8th MarchSaturdayInternational Women's Day (Suspended)Suspended National Holiday
10th MarchMondayInternational Women's Day (Suspended) observedSuspended National Holiday
20th MarchThursdayMarch EquinoxSeason
30th MarchSundayDaylight Saving Time startsClock Change/Daylight Saving Time
31st MarchMondayRamadan Bayram (Tentative Date)Muslim
1st AprilTuesdayApril FoolsObservance
20th AprilSundayOrthodox Easter Day (Suspended)Suspended National Holiday
1st MayThursdayLabor Day (Suspended)Suspended National Holiday
8th MayThursdayVictory Day (Suspended)Suspended National Holiday
9th MayFridayEurope DayObservance
11th MaySundayMother's DayObservance
15th MayThursdayFamily DayObservance
25th MaySundayKyiv DayObservance
1st JuneSundayChildren's DayObservance
6th JuneFridayJournalists' DayObservance
7th JuneSaturdayQurban Bayram (Tentative Date)Muslim
8th JuneSundayOrthodox Pentecost (Suspended)Suspended National Holiday
15th JuneSundayFathers' DayObservance
21st JuneSaturdayJune SolsticeSeason
22nd JuneSundayDay of Mourning and Commemoration of War VictimsObservance
28th JuneSaturdayConstitution Day (Suspended)Suspended National Holiday
30th JuneMondayConstitution Day (Suspended) observedSuspended National Holiday
6th JulySundayNavy DayObservance
6th JulySundayKupala NightObservance
15th JulyTuesdayUkrainian Statehood DaySuspended National Holiday
28th JulyMondayBaptism of Kyivan RusObservance
24th AugustSundayIndependence Day (Suspended)Suspended National Holiday
25th AugustMondayIndependence Day (Suspended) observedSuspended National Holiday
22nd SeptemberMondaySeptember EquinoxSeason
1st OctoberWednesdayDay of Defenders and Defenders of Ukraine (Suspended)Suspended National Holiday
26th OctoberSundayDaylight Saving Time endsClock Change/Daylight Saving Time
28th OctoberTuesdayDay of Liberation of Ukraine from Fascist InvadersObservance
9th NovemberSundayCultural Workers and Folk Artists DayObservance
21st NovemberFridayDignity and Freedom DayObservance
6th DecemberSaturdayArmy DayObservance
6th DecemberSaturdaySt. Nicholas DayObservance, Orthodox
21st DecemberSundayDecember SolsticeSeason
25th DecemberThursdayChristmas DaySuspended National Holiday
We strive to provide an accurate and up-to-date holiday's list for Ukraine. 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 Ukraine this year in 2025?

There are 14 holidays in Ukraine in 2025

How to retrieve the Ukraine holidays list via API?

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