Leap Year Calculator
Check whether a year is a leap year.
Find out if a year has 366 days.
How the Math Works
The leap year calculation follows a precise mathematical rule set to keep our calendar aligned with Earth's orbit. A year is a leap year if it's divisible by 4, except for century years which must also be divisible by 400. For example, 2024 is a leap year because 2024 ÷ 4 = 506 with no remainder. However, 1900 is not a leap year despite being divisible by 4, because it's a century year that isn't divisible by 400 (1900 ÷ 400 = 4.75). Meanwhile, 2000 is a leap year because it meets both conditions: divisible by 4 and divisible by 400.
Practical Applications
To apply this calculation practically, start by checking if the year is divisible by 4. If it is, then determine if it's a century year (ending in 00). For century years, verify divisibility by 400. This means 1800, 1900, 2100, and 2200 are not leap years, while 1600 and 2000 are. You can use this method for any year in the Gregorian calendar system, which applies to all modern dates. For quick mental math, remember that most years divisible by 4 are leap years, with exceptions only for century years not divisible by 400.
Day-to-Day Use
Understanding leap years helps with date planning and scheduling throughout the year. When planning events, deadlines, or subscriptions that extend beyond February, knowing whether it's a leap year ensures accurate time calculations—there are 366 days instead of 365. This matters for businesses calculating interest, contracts, or delivery timelines. Personal calendars, birthday reminders, and anniversary dates also benefit from leap year awareness. Additionally, many people use this knowledge for academic projects, fitness challenges spanning multiple months, or tracking progress over time periods that cross February 29th in leap years.
Worked example
2024 → leap year (366 days).
FAQ
Why the 400 rule?
It corrects the small over-count of the simple every-4-years rule.