Bhutan Holidays in 2023

List of public holidays in Bhutan 2023 calendar

DateDayNameType
2nd JanuaryMondayWinter Solstice (Nyilo)Public Holiday
22nd JanuarySundayTraditional Day of OfferingsPublic Holiday
21st FebruaryTuesdayLosar (New Year)Public Holiday
21st FebruaryTuesdayKing's BirthdayPublic Holiday
22nd FebruaryWednesdayLosar HolidayPublic Holiday
22nd FebruaryWednesdayKing's Birthday HolidayPublic Holiday
23rd FebruaryThursdayKing's Birthday HolidayPublic Holiday
21st MarchTuesdayMarch EquinoxSeason
20th AprilThursdayElection DayPublic Holiday
30th AprilSundayDeath Anniversary of Zhabdrung (Zhabdrung Kuchoe)Public Holiday
2nd MayTuesdayBirth Anniversary of Third Druk GyalpoPublic Holiday
4th JuneSundayBuddha's ParinirvanaPublic Holiday
21st JuneWednesdayJune SolsticeSeason
28th JuneWednesdayBirth Anniversary of Guru RinpochePublic Holiday
21st JulyFridayBuddha's First SermonPublic Holiday
20th SeptemberWednesdayThimphu Drubchoe (Thimphu only)Municipal Holiday
23rd SeptemberSaturdaySeptember EquinoxSeason
24th SeptemberSundayBlessed Rainy DayPublic Holiday
24th SeptemberSundayThimphu Tshechu (Thimphu only)Municipal Holiday
25th SeptemberMondayThimphu Tshechu (Thimphu only)Municipal Holiday
26th SeptemberTuesdayThimphu Tshechu (Thimphu only)Municipal Holiday
24th OctoberTuesdayDashainPublic Holiday
1st NovemberWednesdayKing Jigme Khesar Namgyel's CoronationPublic Holiday
4th NovemberSaturdayDescending Day of Lord BuddhaPublic Holiday
11th NovemberSaturdayBirth Anniversary of the Fourth Druk GyalpoPublic Holiday
17th DecemberSundayNational DayPublic Holiday
22nd DecemberFridayDecember SolsticeSeason
We strive to provide an accurate and up-to-date holiday's list for Bhutan. 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 Bhutan this year in 2023?

There are 19 holidays in Bhutan in 2023

How to retrieve the Bhutan holidays list via API?

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