Viet Nam Holidays in 2025

List of public holidays in Viet Nam 2025 calendar

DateDayNameType
1st JanuaryWednesdayInternational New Year's DayNational Holiday
25th JanuarySaturdayTet HolidayPublic Sector Holiday
26th JanuarySundayTet HolidayPublic Sector Holiday
27th JanuaryMondayTet HolidayPublic Sector Holiday
28th JanuaryTuesdayVietnamese New Year's EveNational Holiday
29th JanuaryWednesdayVietnamese New YearNational Holiday
30th JanuaryThursdayTet HolidayNational Holiday
31st JanuaryFridayTet HolidayNational Holiday
1st FebruarySaturdayTet HolidayNational Holiday
2nd FebruarySundayTet HolidayNational Holiday
14th FebruaryFridayValentine's DayObservance
20th MarchThursdayMarch EquinoxSeason
7th AprilMondayHung Kings FestivalNational Holiday
20th AprilSundayEaster SundayObservance
26th AprilSaturdayWorking Day for May 2Working Day on Weekend
30th AprilWednesdayLiberation Day/Reunification DayNational Holiday
1st MayThursdayInternational Labor DayNational Holiday
2nd MayFridayInternational Labor Day HolidayPublic Sector Holiday
12th MayMondayVesakObservance
21st JuneSaturdayJune SolsticeSeason
28th JuneSaturdayVietnamese Family DayObservance
1st SeptemberMondayIndependence Day HolidayPublic Sector Holiday
2nd SeptemberTuesdayIndependence DayNational Holiday
23rd SeptemberTuesdaySeptember EquinoxSeason
20th OctoberMondayVietnamese Women's DayObservance
31st OctoberFridayHalloweenObservance
21st DecemberSundayDecember SolsticeSeason
24th DecemberWednesdayChristmas EveObservance
25th DecemberThursdayChristmas DayObservance
31st DecemberWednesdayInternational New Year's EveObservance
We strive to provide an accurate and up-to-date holiday's list for Viet Nam. 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 Viet Nam this year in 2025?

There are 16 holidays in Viet Nam in 2025

How to retrieve the Viet Nam holidays list via API?

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