Logo
CalculatorsPlus
Homedate timeLeap Year Calculator

Leap Year Calculator

Check if any year is a leap year and find the next or previous leap years from any date.

How to Use the Leap Year Calculator

  1. 1

    Enter a year

    Input the year you want to check.

  2. 2

    View result

    See whether it is a leap year, and the next/previous leap years.

💡 Tips & Tricks

  • Quick check: if the last two digits form a number divisible by 4, it is likely a leap year (unless a century year).
  • Programming: year % 4 == 0 && (year % 100 != 0 || year % 400 == 0).
  • The next century leap year is 2400 — 2100, 2200, and 2300 are all common years.

Frequently Asked Questions

Share This Tool

Found this calculator useful? Share it with friends or colleagues.