Skip to main content

Talking Clock - Time Announced Aloud

An online clock that speaks the current time aloud at a regular interval. Using the browser's built-in speech synthesis - no downloads or plugins needed.

-
Hands-free time checks
Hear the time while teaching, cooking, training, or focusing.
Browser voice
Uses your device speech engine with Samantha selected when available.
Flexible intervals
Announce every minute, every hour, or anywhere in between.

What is a Talking Clock?

A talking clock is a device or service that announces the current time in spoken audio rather than displaying it as text or digits. The concept is far older than computers: the earliest mechanical speaking clocks date to 18th-century France, where clockmakers built elaborate automata that could announce the hour in a mechanical voice. The modern era of talking clocks began with telephone speaking clock services in the 1930s, when telephone operators were replaced by specially designed recordings played over the telephone network.

Today, talking clocks exist in many forms: dedicated alarm clocks for visually impaired users, smart speakers (Amazon Echo, Google Nest), accessibility features in operating systems, and browser-based tools like this one. The browser talking clock uses the Web Speech API - a standard built into Chrome, Edge, Firefox, and Safari - to synthesise speech from text. This means no audio files are downloaded and no data is sent to a server; the voice processing happens entirely on your device. For a traditional visual clock alongside the audio announcements, our digital clock displays the current time in a large, clear format.

Speaking Clock Services Around the World

Before smartphones made the time universally accessible, telephone speaking clock services were a vital public utility. Many remain in operation today.

CountryService NameNumberEstablished
United KingdomBT Speaking Clock1231936
United StatesTime and Temperature (various)Regional1930s
FranceHorloge Parlante36991933
AustraliaRecorded Time Service11941953
Japan117 Time Service1171955
CanadaBell Canada TimeRegional1940s
GermanyZeitansage (discontinued)01181934

How the Web Speech API Works

Speech Synthesis in the Browser

The Web Speech API's SpeechSynthesis interface allows JavaScript to convert text into spoken audio using voices built into the operating system or browser. When you click "Speak Now," the tool creates a SpeechSynthesisUtterance - essentially a speech request - with the current time formatted as a natural English sentence ("The time is 3:45 PM"). The browser sends this to the installed speech engine, which synthesises audio and plays it through your speakers or headphones immediately.

Voice Selection

The voice dropdown lists all speech voices available on your device. Modern operating systems include multiple high-quality neural voices in different accents and languages. On macOS, you might find Siri voices. On Windows, you will find Microsoft neural voices. Chrome and Edge on any platform include additional Google or Microsoft voices. The quality of speech synthesis varies by voice and device - neural voices (typically labelled "Natural" or "Neural") sound significantly more lifelike than older TTS voices.

Announcement Intervals

The talking clock checks the current time every second internally but only triggers a speech announcement at the interval you select. The "every 5 minutes" option is useful for focused work sessions where you want light time awareness without frequent interruption. The "every hour" option is ideal for background use - a gentle reminder that time is passing when you are deeply focused.

Use Cases for Talking Clocks

Visually Impaired Users

For users with visual impairments, a talking clock is a primary accessibility tool rather than a novelty. The ability to hear the current time without needing to feel a tactile clock face or look at a screen is essential for independent time management. This browser talking clock supports screen readers and is navigable by keyboard for fully accessible use. For a visual companion, our alarm clock can provide audible alerts at scheduled times throughout the day.

Hands-Free Work and Kitchen Use

When cooking, crafting, or doing physical work, checking the time requires stopping, wiping your hands, and looking at a screen. A talking clock eliminates this friction entirely - the time comes to you. Set the interval to 5 or 10 minutes and leave your phone on the counter. You will always know roughly what time it is without breaking your workflow.

Time Awareness During Deep Work

Many people who enter deep focus states lose track of time significantly - emerging from a coding or writing session to discover that two hours have passed. A talking clock set to announce every 30 minutes provides a gentle anchor to real time without requiring visual attention. The announcement is brief (two seconds), non-intrusive, and easily ignored if you are in flow. For structured deep work with built-in breaks, our Pomodoro timer pairs well with the talking clock as a background time-awareness system.

Language Learning

Setting the voice to a non-native language and listening to time announcements is a surprisingly effective passive vocabulary exercise. Hearing "Es ist drei Uhr fünfzehn" (German for "It is 3:15") or "Il est quinze heures" (French) repeatedly throughout the day reinforces time vocabulary and number pronunciation in real context. Language learners may also enjoy our world clocks to see the current time across different time zones while studying international languages.

Voice Announcement Popularity by Use Case

Accessibility (visual impairment)
92%
Hands-free kitchen use
78%
Deep work time anchoring
65%
Language learning
48%
Elderly / routine support
70%

Privacy Note

The talking clock uses the browser's built-in Web Speech API for text-to-speech. On most browsers and devices, speech synthesis is processed entirely on-device - no audio data, text, or time information is sent to any server, including ours. On some platforms (Chrome on Android), synthesis may use a cloud-based voice, but even then only the text string "The time is X:XX PM" is sent - no identifying information.

How the Talking Clock Works

The talking clock uses the Web Speech API's SpeechSynthesis interface, a web standard built directly into modern browsers. When you click Start, the clock begins monitoring the current time. At each announcement interval you selected, it constructs a natural-language time string (for example, "The time is 3 forty-five PM") and passes it to the window.speechSynthesis.speak() function. The browser's built-in text-to-speech engine processes this string and plays the resulting audio through your device's speakers or headphones - no server requests, no audio files, no plugins.

The voice dropdown is populated by calling window.speechSynthesis.getVoices(), which returns all speech synthesis voices available on your operating system. On macOS, these include premium Siri voices. On Windows 10 and 11, Microsoft provides several high-quality neural voices (Aria, Guy, Jenny) that are nearly indistinguishable from human speech. The quality varies significantly by platform - neural voices on Windows or macOS sound far more natural than the default voices on older Android or Linux systems. For users who prefer a purely visual time experience, our digital clock provides a large-format display that works on any device.

Best Uses for Spoken Time Announcements

The talking clock serves a remarkably diverse range of users, from accessibility-focused individuals to productivity enthusiasts. The table below covers the four primary user groups and their recommended configuration. For teachers using the talking clock in classroom settings, our resources for teachers include additional time-awareness tools designed for educational environments.

User TypeWhy They Use ItRecommended Frequency
Visually impaired usersPrimary accessibility tool - hear the time without looking at a screen or feeling a tactile clock faceEvery 15 minutes
Cooking and hands-free workHands are wet, greasy, or occupied - audio announcements eliminate the need to stop and checkEvery 5 minutes
Students during study sessionsBackground time awareness without breaking concentration by looking at a clockEvery hour
Elderly users and routine supportRegular time anchors reduce disorientation and provide a calming, predictable routineEvery 30 minutes

Accessibility Tool Usage

Among users with accessibility needs, talking clocks sit alongside screen readers and high-contrast displays as one of the most-used daily tools. The chart below shows the prevalence of key accessibility tools among users with visual or motor impairments, based on WebAIM accessibility survey data. For more accessibility-focused resources on this site, see our dedicated sensory timers collection and the alarm clock which supports audio-only alerts.

Screen readers
78%
High contrast mode
62%
Talking clocks
45%
Keyboard-only navigation
38%
Voice control software
29%

Browser Compatibility

The Web Speech API's SpeechSynthesis interface is widely supported but with some variation in voice quality and behaviour across browsers and platforms. The table below summarises what you can expect on each major browser. For any browser where the talking clock does not function, the visual digital clock remains fully accessible.

BrowserTalking Clock SupportVoice Quality
Chrome (desktop)Full supportExcellent - includes Google neural voices on supported platforms
Edge (desktop)Full supportExcellent - Microsoft neural voices (Aria, Jenny, Guy) available
Safari (macOS/iOS)Full supportVery good - uses system voices including premium Siri voices on macOS
Firefox (desktop)Full support, voices load slowlyGood - uses OS voices; may take 3–5 seconds to populate voice list
Chrome (Android)Supported; may use cloud synthesisGood - "Google" voice uses server-side synthesis for best quality
Samsung InternetPartial supportFair - limited voice selection; recommend Chrome for Android instead

Accessibility Features on Stopwatch.now

The talking clock is part of a broader set of accessibility-focused features across this site. All timer and clock tools on Stopwatch.now are built with the following accessibility principles in mind, and the talking clock extends them with audio output. For users who need time management tools in educational settings, our teacher tools include options optimised for students with diverse learning needs.

  • ARIA live regions: All countdown and clock displays use aria-live attributes so screen readers can announce updates without requiring focus on the element.
  • Keyboard navigation: Every button and control on the talking clock is reachable and activatable via keyboard. Tab order follows a logical sequence through settings, controls, and voice selection.
  • ARIA labels: All interactive elements carry descriptive aria-label attributes so screen reader users hear a clear description of what each control does.
  • High-contrast display: The clock digits use a high-contrast colour scheme (dark text on light background, or light text on dark timer cards) that meets WCAG 2.1 AA contrast requirements.
  • No motion required: The talking clock does not rely on animations or visual transitions to communicate state - all state changes are also expressed through ARIA and audio.

Frequently Asked Questions

Why is the voice dropdown empty when I load the page?

Speech synthesis voices load asynchronously in most browsers - they are not available immediately when the page loads. Wait two to three seconds and the dropdown should populate. If it remains empty, your browser may have limited speech synthesis support. Try Chrome or Edge on desktop for the widest voice selection. On Firefox, voices may take up to 10 seconds to load on first use. If you are on a corporate or managed device, speech synthesis may be restricted by group policy settings.

Can the talking clock announce the time in other languages?

The announcement text is generated in English by default. Selecting a non-English voice from the dropdown will cause the browser to attempt to speak the English text with that voice's accent and phonology - which may or may not produce understandable results depending on the voice. True non-English time announcements (generating the time string in French, German, Spanish, etc.) is a feature we are planning for a future update. For now, the tool works best with English-language voices.

Will announcements continue if I switch to another browser tab?

Yes. The interval timer that triggers announcements runs in the background regardless of which tab has focus on desktop browsers. The speech synthesis will still fire and play through your speakers. On mobile browsers, background JavaScript may be throttled by the operating system to save battery - for reliable background announcements on mobile, keep the screen on and the tab active. For time-limited background countdown needs, our alarm clock is more reliable on mobile devices.

Is the talking clock suitable for users with dementia or cognitive impairment?

Regular audible time announcements are a clinically recognised support strategy for people with dementia and age-related cognitive change. A calm, clear voice announcing the time every 30 minutes or every hour reduces time disorientation and provides a routine anchor point throughout the day. Set the interval to 30 minutes, choose a high-quality, clearly articulated voice, and set the volume to a comfortable level. The Speak Now button also allows a caregiver or the user to trigger an announcement on demand. Pair it with our digital clock in a separate tab for combined audio and visual time display.