Americas · United States

Current time in Chicago

Central Standard Time. Currently on daylight saving time.

CDT · UTC-05:00IANA: America/Chicago41.88° N · 87.63° W
Current time☀ Daylight
16:13:00

Friday, June 5, 2026

05:1612:4820:21
Sunrise
05:16
Solar noon
12:48
Sunset
20:21

Offset right now

UTC-05:00

Central Standard Time · CDT

Daylight saving

Active

Ends Nov 1, 2026 · in 5 months

Through the current period

38%
Mar 8, 2026Nov 1, 2026

About Chicago time

Chicago keeps two clocks.

Chicago hums with a steady Midwest workday cadence, where morning routines sync with sunrise over Lake Michigan and late-afternoon calls wrap up around 5 PM Central Time—just enough overlap with coasts to make remote collaboration feel natural.

Daylight saving

The year, by the clock.

Currently CDT
CSTCDTCST8 Mar · +1h1 Nov · −1h Jan 2026 Dec

Now

CDT

Daylight saving · since Mar 8, 2026

Next change

Nov 1, 2026

Clocks fall back · in 5 months

Frequently asked questions

Common questions about Chicago's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].

Why does Chicago stay on Central Time?
Chicago sits near the geographic center of North America but observe Central Time because it's tied to Illinois' legal alignment with cities like Memphis and Dallas, keeping business hours consistent across the central corridor.
How does daylight saving affect Chicago's workday?
Springing forward means trading a darker morning for brighter evenings—team meetings feel more energetic after lunch, and the extra hour of post-work daylight encourages outdoor breaks and evening commutes under a later sunset.
Is Chicago time close to UTC-5 or UTC-6?
Right now, Chicago is 5 hours behind UTC during Daylight Saving Time, effectively UTC-5, but it switches to UTC-6 for the rest of the year on Central Standard Time.
Can I schedule overlap with East and West Coast teams?
Absolutely—Chicago straddles overlap zones well; you get 3 hours of overlap before East Coast teams clock out and 2 hours after West Coast teams start their day across 8 AM to 5 PM CST/CDT.
Do bridges and traffic shift with daylight changes?
Yes, traffic jams adjust with DST; rush hours align with commuter flows into downtown, and the Chicago River bridges often lift during early evening light—something boaters spot before sunset slips later past 8 PM in summer months.
Any quirks during DST transitions?
Twice a year, the annual 'spring forward' confuses morning alarms around the Loop, while fall back brings a bonus hour perfect for networking events or winding down near Navy Pier before winter sets in.
How do sports teams handle time zones?
The Bulls at United Center tip-off games at 7:30 PM Central, meaning TV broadcasts reach prime time across the U.S., but traveling teams—like the Cubs road trips—can shake off jet lag by adjusting schedules an hour earlier during West Coast series.

Free · Developer API

Time, as JSON.

Every IANA time zone with live offsets, DST status, and the countries and cities that use them — clean, dependable JSON. Sign up free and get an API key in seconds.

GET /v1/timezones Live

countries, cities, convert, DST transitions coming next.

Get your free API key →
// France's time zones, right now
GET /v1/timezones?country=fr
{
"data": [
{
"iana": "Europe/Paris",
"display_name": "Paris",
"current": {
"utc_offset": "+02:00",
"abbreviation": "CEST",
"is_dst": true
}
}
]
}