Leap Year Calculator

You are Here:

Leap Year

A leap year is a calendar year containing one additional day added to keep the calendar year synchronized with the astronomical or seasonal year. For example, 2024 is a leap year.

Condition

To check whether a year is a leap year or not, the year should satisfy at least one of the following two conditions

  1. A year should be exactly divisible by 4, but, not by 100.
  2. A year should be exactly divisible by 4, 100 and 400 at the same time.

Examples

2024

2024 is divisible by 4, but not by 100. Hence condition one satisfies and we don't have to bother about condition 2. Hence, 2024 is a Leap year.

2000

2000 is divisible by 4, but also by 100. So condition one fails. Now, checking for condition two, 2000 is divisible by 4, 100 and 400 so condition 2 satisfies. Hence, 2000 is a Leap year.

2100

2100 is divisible by 4, but also by 100. So condition one fails. Now, checking for condition two, 2000 is divisible by 4, 100, but not by 400 so condition 2 also fails. Hence, 2100 is not a Leap year.

Calculator

The following calculator will help you to find whether the given year is leap year or not.

Range Calculator

Leap Year from to

Useful links

Join Our Channel

Join our telegram channel to get an instant update on depreciation and new features on HTML, CSS, JavaScript, jQuery, Node.js, PHP and Python.

This channel is primarily useful for Full Stack Web Developer.

Share this Page

Meet the Author