Leap Year Calculator
Check whether any given year is a leap year in the Gregorian calendar.
Check whether any given year is a leap year in the Gregorian calendar.
How Leap Year Calculator Works
A year is a leap year if it divides evenly by 4 — unless it also divides evenly by 100, in which case it isn't a leap year after all, unless it divides evenly by 400, in which case it is one again. That extra layer of exceptions is what keeps the calendar accurately synced with Earth's actual orbit over long stretches of time.
See It In Action
Who Uses Leap Year Calculator and Why
- Checking whether a specific birth year, historical year, or planning year is a leap year before relying on a February 29th date.
- Verifying leap year status when building or checking a calendar, schedule, or date-related script.
- Settling a quick factual question about a specific century year, like 1900 or 2000, where the leap year rule gets less intuitive.
- Confirming a leap year assumption before scheduling a February 29th-dependent event or anniversary.
Mistakes to Avoid
- Assuming every year divisible by 4 is automatically a leap year — century years (divisible by 100) are the exception, unless they're also divisible by 400.
- Forgetting the double exception — a year like 2000, divisible by both 100 and 400, is a leap year after all, which trips people up more than any other case.
Tips for Best Results
- For century years specifically (ending in 00), check divisibility by 400 rather than assuming the standard divide-by-4 rule applies.
- Use this before planning any recurring February 29th event to confirm which years it actually falls in.
Fixing Common Problems
I expected a century year to be a leap year and it wasn't. — Century years follow a special exception — they're only leap years if divisible by 400, not just by 4 or 100; 1900 is a classic example of a non-leap century year.
Terms Explained
Leap year rule: A year is a leap year if divisible by 4, except century years, which must be divisible by 400 to qualify.