Japan Holidays in 2023

List of public holidays in Japan 2023 calendar

DateDayNameType
1st JanuarySundayNew Year's DayNational holiday
1st JanuarySundayJanuary 1 Bank HolidayBank holiday
2nd JanuaryMondayDay off for New Year's DayNational holiday
2nd JanuaryMondayJanuary 2 Bank HolidayBank holiday
3rd JanuaryTuesdayJanuary 3 Bank HolidayBank holiday
9th JanuaryMondayComing of Age DayNational holiday
3rd FebruaryFridaySetsubunObservance
11th FebruarySaturdayNational Foundation DayNational holiday
14th FebruaryTuesdayValentine's DayObservance
23rd FebruaryThursdayEmperor's BirthdayNational holiday
3rd MarchFridayDolls' Festival/Girls' FestivalObservance
21st MarchTuesdaySpring EquinoxNational holiday
21st MarchTuesdayMarch EquinoxSeason
29th AprilSaturdayShōwa DayNational holiday
3rd MayWednesdayConstitution Memorial DayNational holiday
4th MayThursdayGreenery DayNational holiday
5th MayFridayChildren's DayNational holiday
14th MaySundayMother's DayObservance
21st JuneWednesdayJune SolsticeSeason
7th JulyFridayStar FestivalObservance
17th JulyMondaySea DayNational holiday
6th AugustSundayHiroshima Memorial DayObservance
9th AugustWednesdayNagasaki Memorial DayObservance
11th AugustFridayMountain DayNational holiday
18th SeptemberMondayRespect for the Aged DayNational holiday
23rd SeptemberSaturdayAutumn EquinoxNational holiday
23rd SeptemberSaturdaySeptember EquinoxSeason
9th OctoberMondaySports DayNational holiday
3rd NovemberFridayCulture DayNational holiday
15th NovemberWednesday7-5-3 DayObservance
23rd NovemberThursdayLabor Thanksgiving DayNational holiday
22nd DecemberFridayDecember SolsticeSeason
25th DecemberMondayChristmasObservance
31st DecemberSundayDecember 31 Bank HolidayBank holiday
We strive to provide an accurate and up-to-date holiday's list for Japan. 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 Japan this year in 2023?

There are 17 holidays in Japan in 2023

How to retrieve the Japan holidays list via API?

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