Easter Date Calculator
Find the date of Easter Sunday for any year using the computus algorithm. Enter values for instant results with step-by-step formulas.
Reviewed by Abdullah, Technical Content Specialist
Formula
Computus (Anonymous Gregorian Algorithm)
The computus uses the Metonic cycle (19-year lunar cycle), century corrections, and modular arithmetic to find the date of the paschal full moon. Easter Sunday is the first Sunday following this paschal full moon on or after March 21.
Worked Examples
Example 1: Finding Easter 2025
Problem:What date is Easter Sunday in 2025?
Solution:Using the computus algorithm for year 2025:\na = 2025 mod 19 = 11\nb = floor(2025/100) = 20, c = 2025 mod 100 = 25\nd = floor(20/4) = 5, e = 20 mod 4 = 0\nf = floor((20+8)/25) = 1, g = floor((20-1+1)/3) = 6\nh = (19*11+20-5-6+15) mod 30 = 28\ni = floor(25/4) = 6, k = 25 mod 4 = 1\nl = (32+0+12-28-1) mod 7 = 1\nm = floor((11+308+22)/451) = 0\nmonth = floor((28+1-0+114)/31) = 4 (April)\nday = (28+1-0+114) mod 31 + 1 = 20
Result:Easter Sunday 2025 falls on April 20, 2025
Example 2: Related Holy Days for 2024
Problem:What are the key dates related to Easter in 2024?
Solution:Easter 2024 = March 31, 2024\nAsh Wednesday = March 31 - 46 days = February 14\nPalm Sunday = March 31 - 7 days = March 24\nGood Friday = March 31 - 2 days = March 29\nAscension = March 31 + 39 days = May 9\nPentecost = March 31 + 49 days = May 19
Result:Ash Wednesday: Feb 14 | Palm Sunday: Mar 24 | Good Friday: Mar 29 | Easter: Mar 31 | Ascension: May 9 | Pentecost: May 19
Frequently Asked Questions
How is the date of Easter calculated each year?
Easter is calculated using the computus algorithm, a set of mathematical rules established by the Council of Nicaea in 325 AD and later refined. The rule states that Easter falls on the first Sunday after the first full moon occurring on or after the March equinox (fixed as March 21). The algorithm uses modular arithmetic to determine the golden number (position in the 19-year Metonic cycle), the century-based corrections, and the exact date of the paschal full moon. This calculation produces Easter dates that can range from March 22 at the earliest to April 25 at the latest in the Gregorian calendar.
Why does Easter fall on a different date every year?
Easter is a moveable feast because its date depends on both the solar calendar (the March equinox) and the lunar calendar (the first full moon after the equinox). Since the lunar cycle is approximately 29.5 days, it does not align neatly with the 365-day solar year. The combination of these two astronomical cycles creates a pattern where Easter shifts around within a 35-day window from March 22 to April 25. This lunisolar calculation method was inherited from the Jewish calendar, as the original Easter was linked to Passover, which itself follows the Hebrew lunisolar calendar system.
What is the difference between Western and Orthodox Easter?
Western Easter (Catholic and Protestant) uses the Gregorian calendar adopted in 1582, while Orthodox Easter uses the older Julian calendar for its calculations. The Julian calendar is currently 13 days behind the Gregorian calendar, so the March equinox and paschal full moon fall on different dates in the two systems. Sometimes both Easters coincide, but more often Orthodox Easter falls one, four, or five weeks after Western Easter. Easter Date Calculator computes the Western (Gregorian) Easter date. The two traditions have discussed calendar unification multiple times but have not yet reached agreement on a shared calculation method.
What are the related holidays that depend on Easter?
Many Christian holidays are calculated relative to Easter Sunday. Ash Wednesday falls 46 days before Easter and marks the beginning of Lent. Palm Sunday is one week before Easter. Maundy Thursday commemorates the Last Supper three days before Easter. Good Friday is two days before Easter. Holy Saturday is the day before. Easter Monday is the day after, and it is a public holiday in many countries. Ascension Day falls 39 days after Easter, and Pentecost occurs 49 days after Easter. All of these dates shift each year because they are all anchored to the moveable Easter date.
References
Reviewed by Abdullah, Technical Content Specialist ยท Editorial policy