Time calculators

Weeks Until Calculator

Updated Aug 21, 2026 By Jehan Wadia
Rate Formulas
Today Week — Day —
Weeks Until a Date
Pick any future or past date, then press Calculate.
Week type
Changes the highlighted total-duration card below.
Weeks until your date
Total weeks
Total days
Weekdays (Mon–Fri)
Weekend days
Months (average)
Step-by-Step Solution
Upcoming Holidays & Events
Choosing an option calculates it immediately in the result panel above.
Weeks Until Upcoming Events (selected tab)
Weeks From Today — Quick Reference

Extended range
Browse by Month
Jump to a Year
These shortcuts update the Browse by Month panel above.
Weeks Left This Year

Introduction

The Weeks Until Calculator tells you how many weeks are left until any date. Pick a date, press Calculate, and you get the answer in weeks and days, plus total days, hours, minutes, months, and years. If you would rather see the answer as a plain day count, the Days Until Calculator does the same job in days.

You can count two ways. Calendar weeks use all 7 days. Business weeks use only Monday through Friday, which helps with work deadlines and school terms. The tool also shows how many weekdays and weekend days are in your date range, much like a dedicated Business Days Calculator.

Don't have a date in mind? Tap a holiday or event, like Christmas, Thanksgiving, or the World Cup. You can also see what date falls 1, 4, or 52 weeks from today, browse any month day by day, and check how many weeks are left in this year. For a broader look at two dates side by side, try the Date Duration Calculator.

Every answer comes with a step-by-step solution, so you can see exactly how the math works. It's handy for planning trips, due dates, projects, paydays, and countdowns.

How to use our Weeks Until Calculator

Pick a target date, choose the week type, and press Calculate. The tool shows how many weeks and days are left until that date, plus total days, hours, weekdays, weekend days, and a step-by-step solution.

Target date: Type or pick the date you are counting to. It can be in the future or in the past. Use the form YYYY-MM-DD. If the date has already passed, the Days Since Calculator and Days Ago Calculator give a matching look backward.

Week type: Choose "Calendar weeks" to count all 7 days in a week. Choose "Business weeks" to count only Monday through Friday.

Show total duration in: Pick weeks, days, hours, minutes, months, or years. This changes the big total shown in the result cards. To convert a week count into months on its own, use the Weeks To Months Calculator.

Calculate button: Click it to get your answer. You can also press Enter in the date box.

Reset button: Click it to clear your choices and start over with the default date.

Holidays and events tabs: Click a tab (Worldwide, US, UK, or Sports), then click any event to see how many weeks until it. The drop-down under each tab lists more dates and years.

Weeks from today buttons: Click a button like "4 weeks from today" to see that exact date and its full breakdown. To add a set number of days instead, the Add Days Calculator and Days From Today Calculator handle that in one step.

Browse by month: Pick a year, then a month, then a day. The calculator counts the weeks to that day right away. The Day Of The Week Calculator tells you which weekday any date lands on.

Jump to a year: Click a year to move the month browser to it, then choose your date.

What "Weeks Until" Means

Counting weeks until a date is a simple way to measure time between today and a day in the future. You count the total days between the two dates, then divide by 7. The whole number is how many full weeks are left. Anything left over is the extra days.

For example, if a date is 45 days away, that is 6 full weeks (42 days) plus 3 extra days. The Weeks Calculator works the same math between any two dates you choose.

Calendar Weeks vs. Business Weeks

A calendar week is 7 days long. It counts every day, including Saturday and Sunday. Most people use calendar weeks for birthdays, holidays, vacations, and due dates.

A business week is 5 days long. It counts only Monday through Friday and skips weekends. Business weeks are better for work deadlines, school projects, shipping times, and paid time off, because nothing gets done on days the office is closed. For staffing math, pair this with the Work Hours Calculator or the PTO Calculator.

The same date can give two different answers. A gap of 30 days is about 4 calendar weeks, but only about 4 business weeks and 2 extra workdays, since 8 or 9 weekend days get removed. When a project has a fixed hand-in date, the Deadline Calculator counts forward for you.

Week Numbers and the ISO Standard

Weeks also get numbers. Under the ISO 8601 standard, weeks start on Monday, and Week 1 is the week that holds the first Thursday of January. Most years have 52 weeks, but some have 53. Businesses, schools, and shipping companies often plan by week number, so you might hear things like "we ship in Week 34." Logistics teams often line this up with a Lead Time Calculator.

Handy Numbers to Remember

  • 1 week = 7 days = 168 hours = 10,080 minutes
  • 4 weeks = 28 days (a little less than one month)
  • 13 weeks = about 3 months, or one quarter of a year
  • 26 weeks = about half a year
  • 52 weeks = 364 days, which is one day short of a normal year

Because a year is 365 days (366 in a leap year), a year is really 52 weeks and 1 or 2 days. That is why the same date lands on a different weekday each year. The Hours Calculator and Minutes Calculator help when you need the answer in smaller units.

Why People Count Weeks

Weeks are easier to picture than big day counts. "14 weeks" feels clearer than "98 days." People count weeks to plan weddings, track a pregnancy with a Due Date Calculator, get ready for exams, save money by payday with a Savings Goal Calculator, plan trips, and watch the clock on project deadlines. Counting weeks also helps you break a big goal into small, steady steps, whether that is a weight loss target or a marathon training block.

Things That Can Shift a Date

Some events land on the same date every year, like Christmas on December 25. Others move around. Thanksgiving is the fourth Thursday in November. Easter changes each year based on the moon and can fall anywhere from late March to late April. Sports events and the Olympics are set years ahead by their organizers. Leap years add February 29, which pushes later dates one extra day. To test how a shift changes an age or anniversary, try the Age Calculator or the Date Calculator.


Formulas used

Total whole days between dates
\Delta = \frac{\text{UTC}(\text{later}) - \text{UTC}(\text{earlier})}{86{,}400{,}000\ \text{ms}}
Calendar weeks and remaining days
W = \left\lfloor \frac{\Delta}{7} \right\rfloor, \qquad R = \Delta - 7W
Business days (Mon-Fri) in the span
B = 5\left\lfloor \frac{\Delta}{7} \right\rfloor + \sum_{i=1}^{\,\Delta \bmod 7} [\,\text{dow}_i \notin \{\text{Sat},\text{Sun}\}\,]
Business weeks and remaining business days
W_b = \left\lfloor \frac{B}{5} \right\rfloor, \qquad R_b = B - 5W_b
Weekend days in the span
\text{Weekend} = \Delta - B
Total duration unit conversions
\text{weeks} = \frac{\Delta}{7},\quad \text{hours} = 24\Delta,\quad \text{minutes} = 1440\Delta,\quad \text{months} = \frac{\Delta}{30.436875},\quad \text{years} = \frac{\Delta}{365.2425}
ISO week number of a date
\text{week} = 1 + \left\lfloor \frac{T - F}{7 \times 86{,}400{,}000} + 0.5 \right\rfloor
Percentage of the current year elapsed
P = \frac{\text{days elapsed}}{\text{total days in year}} \times 100

Frequently asked questions

How many weeks are left until Christmas 2026?

From today, August 21, 2026, Christmas Day falls on Friday, December 25, 2026. That is 126 days away, which is exactly 18 full weeks and 0 extra days.

Click the Worldwide tab and pick Christmas Day to see the full breakdown any day of the year.

How do I count weeks to a date in the past?

Just enter the past date. The calculator spots it and shows how many weeks have gone by instead of how many are left.

The result says "ago" so you know you are looking backward.

Why does the calculator round weeks down?

The big number shows only full weeks. Leftover days are listed on their own, so nothing is lost.

Example: 45 days shows as 6 weeks and 3 days, not 6.4 weeks.

If you want the decimal version, set "Show total duration in" to Weeks. That card shows the exact number, like 6.43.

Does the calculator count today as a day?

No. It counts the days between today and your target date. Today is day zero.

So if your date is tomorrow, the answer is 1 day, not 2.

What is the difference between the weeks and business weeks answers?

Calendar weeks divide the total days by 7. Business weeks first remove every Saturday and Sunday, then divide the weekdays by 5.

A 30-day gap is 4 calendar weeks and 2 days. The same gap is about 4 business weeks and 2 workdays, because 8 or 9 weekend days are dropped.

Does the business week option skip holidays?

No. It only skips Saturday and Sunday. Public holidays that fall on a weekday still get counted.

If your country has a holiday in the range, subtract those days yourself.

How many weeks are left in 2026?

From August 21, 2026, there are 132 days until December 31. That is 18 weeks and 6 days left in the year.

The "Weeks Left This Year" panel updates each day and shows a bar with the percent of the year already done.

What does the ISO week number in my result mean?

It tells you which numbered week of the year your target date sits in. Weeks start on Monday under the ISO 8601 rule.

Many workplaces plan by week number, so this helps you match your date to a work schedule.

Why do some years show 53 weeks instead of 52?

A year is 52 weeks plus 1 or 2 extra days. Those extra days pile up, and every 5 to 6 years they make one more full ISO week.

Years like 2020 and 2026 have 53 ISO weeks.

How many weeks is 3 months?

About 13 weeks. Months have 28 to 31 days, so the exact number changes.

Three months is roughly 90 to 92 days, which is 13 weeks with a few days left over.

Why does the months total use an average?

Months are not all the same length. The tool divides days by 30.436875, the average month length across a 400-year cycle.

That gives a fair number, but it can be off by a day or two from a real calendar month count.

Can I pick a date many years ahead?

Yes. Type any date in the box, even 20 years out. The date field has no upper limit.

The Browse by Month panel covers this year plus the next few years for faster clicking.

Do leap years change my answer?

Yes. If February 29 sits between today and your date, the count gains one day.

That extra day can push the leftover days up or add a full week.

Why is Easter on a different date each year?

Easter follows the moon, not a fixed date. It is the first Sunday after the first full moon on or after March 21.

That means it can land between March 22 and April 25. The calculator works this out for you.

How do I find out what date is 6 weeks from now?

Use the "Weeks From Today" panel. Click a button like 6 weeks and it shows the exact date and the full breakdown.

Six weeks from August 21, 2026 is Friday, October 2, 2026.

Which time zone does the calculator use?

It uses your device's own date. All counting is done in whole days, so time of day and clock changes do not affect it.

Why do the hours and minutes totals look so round?

They come from whole days. Days are multiplied by 24 for hours and by 1,440 for minutes.

The tool does not use the current time of day, so you get clean numbers.

What does the chart show?

It shows the next 10 events from the tab you have open, sorted by how soon they arrive.

Bars are measured in weeks. Hover a bar to see the exact day count and date.

The event I want is not listed. What do I do?

Check the drop-down under each tab first. It holds more events and future years.

If it is still missing, type the date into the target date box and press Calculate.

How many weeks until my baby is due?

Enter your due date as the target date. The result gives weeks and days left.

Note that pregnancy weeks are counted forward from your last period, not backward from the due date, so the two numbers are different.

How many weeks between paydays?

Weekly pay is 1 week, so 52 paydays a year. Every two weeks is 2 weeks, so 26 paydays. Twice a month is about 2.2 weeks, so 24 paydays.

Enter your next payday to see how many weeks away it is.

Is 4 weeks the same as one month?