Leap Year Calculator

Check if any year is a leap year using Gregorian rules. See February length and leap-year facts with this free online leap year calculator tool.

How to Use

  1. Enter the year you want to evaluate (1-9999).
  2. Click Check leap year to apply Gregorian rules.
  3. Read yes/no result and February day count in details.
  4. Review which divisibility rule decided the outcome.
  5. Try adjacent years to see century boundary behavior.

Input Field Guide

Year
Four-digit (or smaller) positive year to test against Gregorian leap rules.

Understanding Your Results

The result states clearly whether the year is a leap year. Detail chips explain February length (28 vs 29 days) and cite the rule branch-divisible by 4, century exception, or 400-year exception-that determined the answer.

Features

Formula & Calculation Logic

Leap if (year mod 4 = 0) and (year mod 100 ≠ 0 or year mod 400 = 0).

Real-World Use Cases

Practical Examples

Century non-leap

1900 -> not a leap year despite divisible by 4 (failed century rule).

400-year leap

2000 -> leap year because divisible by 400.

Benefits

Tips & Best Practices

Common Mistakes to Avoid

Frequently Asked Questions

What makes a year a leap year in this calculator?

Gregorian rule: divisible by 4, except centuries unless divisible by 400.

Is 1900 a leap year?

No. Century years must be divisible by 400.

Is 2000 a leap year?

Yes. It is divisible by 400.

Will 2100 be a leap year?

No. 2100 fails the century exception.

How many days does February have in a leap year?

29 days. Non-leap years have 28.

Does this cover Julian calendar years?

No. It applies modern Gregorian leap rules only.

Can I check BC years?

The field expects positive integers 1-9999 for CE years.

Is the year sent to a server?

No. The check runs locally.

Related Date & Time Calculators