Loading…

Weekday Count in a Year

Tools and Utilities • Time Calculations

View all topics

Weekday Count in a Year

Enter a year (or a custom date range) to compute how many Mondays, Tuesdays, … Sundays occur, with optional first/last dates, lists, charts, and exports.

Computes weekday counts using the Gregorian calendar. For a full year, the count pattern is controlled by whether the year is a leap year and the day-of-week of January 1. For date ranges, the same distribution logic applies starting at the range start date.

Compare shows Year A vs Year B and differences. Date range counts weekdays in an inclusive interval.
Changes ordering only (presentation). Counts do not change.
Supported range: 1600–2400.
Advanced options
The built-in algorithm uses the proleptic Gregorian calendar for all supported years.
Wider ranges are allowed, but date implementations vary for very old years.
SVG is never shrunk; it scrolls horizontally if needed.
Ready

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

How many Mondays are there in a given year?

The calculator determines the weekday of January 1 and whether the year has 365 or 366 days, then distributes weekday counts across the year. In a 365-day year, one weekday occurs 53 times and the other six occur 52 times; in a 366-day year, two weekdays occur 53 times.

How does the weekday count formula work for a year or date range?

Let N be the number of days in the interval. Compute b = floor(N/7) and r = N mod 7; every weekday gets b occurrences, and the first r weekdays starting from the interval start day get one extra occurrence (b + 1).

What is the difference between single year and custom date range mode?

Single year counts weekdays from January 1 through December 31 for the chosen year. Custom date range counts weekdays for an inclusive interval from the chosen start date through the chosen end date.

Does changing week start from Monday to Sunday affect the counts?

No. The Week starts on option changes only the display order of weekdays; it does not change the underlying weekday counts.

How does the calculator decide if a year is a leap year?

It uses the Gregorian leap-year rule: a year is a leap year if it is divisible by 4, except century years must also be divisible by 400 to be leap years.