China Holidays in 2024

List of public holidays in China 2024 calendar

DateDayNameType
1st JanuaryMondayNew Year's DayNational holiday
4th FebruarySundaySpecial Working DayWorking day on weekend
9th FebruaryFridaySpring Festival EveObservance
10th FebruarySaturdayLunar New YearNational holiday
11th FebruarySundaySpring Festival Golden Week holidayNational holiday
12th FebruaryMondaySpring Festival Golden Week holidayNational holiday
13th FebruaryTuesdaySpring Festival Golden Week holidayNational holiday
14th FebruaryWednesdaySpring Festival Golden Week holidayNational holiday
15th FebruaryThursdaySpring Festival Golden Week holidayNational holiday
16th FebruaryFridaySpring Festival Golden Week holidayNational holiday
17th FebruarySaturdaySpring Festival Golden Week holidayNational holiday
18th FebruarySundaySpecial Working DayWorking day on weekend
24th FebruarySaturdayLantern FestivalObservance
8th MarchFridayInternational Women's DayHalf day holiday
11th MarchMondayZhonghe FestivalObservance
12th MarchTuesdayArbor DayObservance
20th MarchWednesdayMarch EquinoxSeason
4th AprilThursdayQing Ming JieNational holiday
5th AprilFridayQing Ming Jie holidayNational holiday
6th AprilSaturdayQing Ming Jie holidayNational holiday
7th AprilSundaySpecial Working DayWorking day on weekend
28th AprilSundaySpecial Working DayWorking day on weekend
1st MayWednesdayLabour DayNational holiday
2nd MayThursdayLabour Day HolidayNational holiday
3rd MayFridayLabour Day HolidayNational holiday
4th MaySaturdayLabour Day HolidayNational holiday
4th MaySaturdayYouth DayHalf day holiday
5th MaySundayLabour Day HolidayNational holiday
11th MaySaturdaySpecial Working DayWorking day on weekend
1st JuneSaturdayChildren's DayOther Observance
10th JuneMondayDragon Boat FestivalNational holiday
21st JuneFridayJune SolsticeSeason
1st JulyMondayCPC Founding DayOther Observance
11th JulyThursdayMaritime DayOther Observance
1st AugustThursdayArmy DayOther Observance
10th AugustSaturdayChinese Valentine's DayObservance
18th AugustSundaySpirit FestivalObservance
10th SeptemberTuesdayTeachers' DayObservance
14th SeptemberSaturdaySpecial Working DayWorking day on weekend
15th SeptemberSundayMid-Autumn Festival holidayNational holiday
16th SeptemberMondayMid-Autumn Festival holidayNational holiday
17th SeptemberTuesdayMid-Autumn FestivalNational holiday
22nd SeptemberSundaySeptember EquinoxSeason
29th SeptemberSundaySpecial Working DayWorking day on weekend
1st OctoberTuesdayNational DayNational holiday
2nd OctoberWednesdayNational Day Golden Week holidayNational holiday
3rd OctoberThursdayNational Day Golden Week holidayNational holiday
4th OctoberFridayNational Day Golden Week holidayNational holiday
5th OctoberSaturdayNational Day Golden Week holidayNational holiday
6th OctoberSundayNational Day Golden Week holidayNational holiday
7th OctoberMondayNational Day Golden Week holidayNational holiday
11th OctoberFridayDouble Ninth FestivalObservance
12th OctoberSaturdaySpecial Working DayWorking day on weekend
8th NovemberFridayJournalists' DayOther Observance
21st DecemberSaturdayDecember SolsticeSeason
25th DecemberWednesdayChristmas DayObservance
We strive to provide an accurate and up-to-date holiday's list for China. 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 China this year in 2024?

There are 28 holidays in China in 2024

How to retrieve the China holidays list via API?

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