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.

Summary

Enter any year to instantly find out if it is a leap year, with a clear explanation of why.

How it works

  1. Type any year (positive or negative) into the input field.
  2. The tool checks whether the year is divisible by 4.
  3. If divisible by 4, it checks whether the year is also a century (divisible by 100).
  4. If it is a century, it checks whether the year is divisible by 400.
  5. Each step is highlighted so you can follow the exact rule path.
  6. 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