Leap Year Checker
Enter any year to instantly find out if it is a leap year, with a clear explanation of why.
Enter a Year
Quick examples
Enter a year and click Check Year to see the result.
Rule walkthrough
Summary
Enter any year to instantly find out if it is a leap year, with a clear explanation of why.
How it works
- Type any year (positive or negative) into the input field.
- The tool checks whether the year is divisible by 4.
- If divisible by 4, it checks whether the year is also a century (divisible by 100).
- If it is a century, it checks whether the year is divisible by 400.
- Each step is highlighted so you can follow the exact rule path.
- The final verdict — Leap Year or Common Year — is displayed prominently.
Use cases
- Verify whether February 29 exists in a given year for date calculations.
- Teach students the Gregorian leap year algorithm step by step.
- Debug calendar logic in software that handles date arithmetic.
- Quickly settle disputes about years like 1900 (not a leap year) vs 2000 (a leap year).
- Plan events that fall on February 29.
- Cross-check date validation rules in spreadsheets or code.
Frequently Asked Questions
Last updated: 2026-06-09 ·
Reviewed by Nham Vu