← Blog

A wedge of color is a better clock than a number that ticks down

A wedge of color is a better clock than a number that ticks down

The microwave clock said 9:11 when I set a 30-minute timer to write this paragraph. I checked it again, certain only a few minutes had passed, and the microwave said 9:43. The numbers in between had been there the whole time. I had looked at them. I had not, in any functional sense, read them.

On the wall in my office there is a small plastic disk with a red wedge in it. I set it for the same 30 minutes. When I glanced up, the red was a thin sliver. I did not check what time it was. I checked how much red was left. The answer arrived without language.

This is the difference a visual analog timer makes, and the reason it shows up in nearly every ADHD time-management article without ever being properly explained. The standard line is “use a visual timer because it helps you see time.” That is true and it skips the interesting part, which is why seeing a shrinking shape works when staring at a digital countdown does not.

What ADHD time perception actually fails at

The research literature is reasonably blunt about this. A review of adult ADHD time-perception studies concludes that adults with ADHD have problems in time estimation, time reproduction, and time management, with the largest discrepancies showing up at longer intervals and in tasks that demand sustained attention. The neural systems implicated are the same ones executive dysfunction already taxes: prefrontal cortex, basal ganglia, cerebellum.

The cleanest theoretical handle on this is the attentional gate model proposed by Dan Zakay and Richard Block in 1995. In their picture there is an internal pacemaker emitting ticks, and an attentional gate that decides how many of those ticks get counted toward your sense of elapsed time. When attention is on the time, the gate is open and the count is accurate. When attention is on the task, the gate closes and the count starves. For ADHD brains, the gate is harder to keep open, and the count starves harder.

The practical version of this, popularized by Russell Barkley, is that the ADHD brain experiences time as “now and not-now”. The continuous river between the two does not render. Barkley’s prescription was externalize time: do not store it in your head, store it in the environment, and look at the environment when you need to know.

That advice is correct. It does not specify what kind of external representation works. Most people default to the clock that came with their kitchen. The clock that came with your kitchen is a bad ADHD aid for a specific reason.

A digital countdown asks you to do arithmetic

The thing you are doing when you read a digital timer is more cognitively expensive than it looks. The display shows 12:43. The question you are trying to answer is “how much time is left.” Those are not the same thing. To turn the first into the second you have to remember what you set the timer for (call it T), subtract the elapsed value from T, and arrive at a duration. Three operations: recall, subtract, interpret.

For a neurotypical adult this is automatic enough to feel free. For an ADHD adult, the operations have a price, paid out of the same working-memory account that the actual task is using. Worse: the display updates every second, so the answer goes stale faster than you can compute it. The natural response to a stimulus that demands recomputation faster than you can compute is to stop looking. Which is exactly what happens. The timer is on the screen and not in your head.

A shrinking wedge does none of this. The question “how much time is left” is the same question as “how much red is left.” You answer it by looking, the way you answer “is that glass half full.” There is no recall, no subtraction, no interpretation. Spatial estimation is one of the fastest, most automatic perceptual operations the human brain runs, and (importantly for our purposes) it is not the operation ADHD executive dysfunction is taxing.

This is why every clinician handout about ADHD time management eventually arrives at the same recommendation, even though there are no controlled trials directly comparing the two formats. A 2024 clinical guide on time blindness in adults describes visual analog timers as “concrete, observable representations of time” that bypass the need for internal time-monitoring. The mechanism it points to is what you would predict from the attentional gate model: the timer holds the count outside the head, in a format the eye can sample without the gate having to open.

The paper-plate origin story

The visual analog timer that everyone now means by “visual timer” was invented in October 1987 in Cincinnati, on a yellow legal pad, by a parent who was not trying to invent anything. Jan Rogers had a four-year-old daughter, Lauren, who kept asking “how much longer.” The microwave, the kitchen timer, and the wall clock all failed in the same way: the answer was in there somewhere, expressed as numbers, but it was not legible to a four-year-old.

Rogers cut up two paper plates, one red and one white, layered them, and built a manual version of the thing she wanted: a disk where you could see the colored area get smaller. Lauren read it immediately. Then teacher friends pointed out that a startling number of other children, especially ones in special education, had the same problem. Rogers patented the design, hand-assembled the first units, and got laughed at by manufacturers who thought the idea was too simple to commercialize. WCPO’s profile of the company covers the rest, and the company’s own retelling fills in the long tail: a learning disabilities conference, then classrooms, then autism support, then ADHD coaches, then (eventually) Silicon Valley conference tables.

The fact that the same design solves a four-year-old’s problem, an autistic adult’s problem, and a senior engineer’s standup problem is the giveaway. The design is not about cognitive level. It is about which channel the time information travels through. Numbers ride the verbal-symbolic channel, which is narrow and effortful. A shrinking wedge rides the visual-spatial channel, which is wide and cheap. Anyone whose verbal-symbolic bandwidth is taxed for any reason (developmental, neurological, end-of-Tuesday) benefits from being given the answer in the cheaper currency.

What makes the analog timer work in peripheral vision

A second feature, easy to miss because it sounds trivial: a Time Timer is legible without being looked at directly. The red wedge in peripheral vision tells you what fraction is left even when your eyes are on the keyboard. This matters because the moment you have to turn your head to check the timer is the moment your task attention breaks. A timer that requires a saccade to read is a timer that interrupts the work it’s supposed to support.

This is the part where time-based prospective memory research is relevant. The CHADD summary on prospective memory in ADHD notes that time-based intentions (remember to do X at 3pm) are systematically harder for ADHD adults than event-based intentions (remember to do X after lunch), because time-based ones require active clock-monitoring with no environmental cue to trigger retrieval. A shrinking wedge in peripheral vision converts the time-based task into something closer to an event-based one: the cue (the wedge is now small) is in the visual field, not in a mental timer. You are not remembering to check, you are noticing a change.

What an app has to do to mimic this on a screen

I make a screen-based app. The honest version of this section is that an app can get most of the way, but only if it accepts a constraint most apps refuse to accept.

The mechanics are not the hard part. Drawing a shrinking colored wedge is fifteen lines of canvas code. Keeping it on screen continuously while the user does other things is harder, because mobile operating systems do not love background animation. Making the wedge large enough to read peripherally is a layout decision: it needs to occupy a meaningful fraction of the screen, not sit in a 24-pixel corner badge pretending to be a status indicator.

The constraint most apps refuse is the one that actually matters. The wedge only works if it is the loudest visual element on the screen. The moment you put it next to a scrolling list of 23 tasks, six color-coded tags, an overdue badge, and a notification dot, the wedge loses. Spatial perception is fast, but it is not exempt from visual competition. You will look at the badge first, every time, because badges are designed to win the visual contest.

This is the same point I made about Focus mode for the same underlying reason: a visual time aid needs a quiet substrate, or it isn’t a time aid, it’s an ornament. The Time Timer wins partly because it lives on the wall, alone, with nothing else competing for the rectangle of visual field it occupies. A screen-based version has to manufacture the same quiet inside a device whose entire economy is built around not being quiet.

Where this lands in Ikoi: the Focus mode timer is deliberately large, deliberately analog in style, and deliberately the only thing on the screen besides the task and its first step. You can collapse it; please don’t. The whole design is built around the assumption that visual time aids fail in the presence of visual noise, so the design removes the visual noise. The list is one swipe away during the work. The wedge is the screen.

Practical notes on living with one

Some things that took me a while to learn, even with the timer right there.

Set the timer for what you can actually do, not what you wish you could. A 25-minute wedge is a lie if your real attention span on this kind of task today is twelve. The wedge cannot make you concentrate longer; it can only show you whether you did. Honesty about the duration is the only way the feedback loop closes.

Use it for rests too. Set a 10-minute wedge for the break and obey it. The hardest part of ADHD time management is not starting work, it is leaving it before hyperfocus takes another two hours of your evening. The wedge is the only external signal calibrated to argue with that pull.

Don’t watch it. Reading a Time Timer constantly is the same anti-pattern as refreshing a download progress bar. Glance at it, let your peripheral vision do the rest. The whole design is built so you don’t have to give it focal attention. If you find yourself staring at it, that’s a sign the task isn’t holding you, not a sign the timer is failing.

And don’t be precious about which timer. A physical wall-mounted Time Timer, a 60-minute hourglass, a paper-plate prototype taped together at 11pm: any of them work, because the form does the work and the brand is incidental. The only requirement is that elapsed time is rendered as a continuously changing shape, large enough to read without thinking, and in your visual field while you do something else.

The hard part was never the timer. The hard part was admitting the digital one had been failing me for years and I had assumed the failure was mine.

Frequently asked questions

What is a visual analog timer?
A visual analog timer shows the time remaining as a shrinking shape (usually a colored wedge of a disk) rather than as numbers counting down. The most famous version is the Time Timer, invented in 1987 by Jan Rogers in Cincinnati after her four-year-old daughter kept asking 'how much longer' and digital clocks meant nothing to her. As time elapses, the colored area gets smaller. You read it the way you read a battery icon, by shape, not by translating digits.
Why does a visual timer help ADHD more than a digital countdown?
ADHD brains have measurable deficits in estimating, reproducing, and tracking elapsed time. A digital countdown requires the prefrontal cortex to do arithmetic on a moving target (12:43 minus 9:11 equals what, again), which is exactly the kind of computation ADHD executive function taxes hardest. A shrinking wedge offloads the question to spatial perception, which is fast, automatic, and largely intact in ADHD. You see the time, you do not calculate it.
Where did the Time Timer come from?
Jan Rogers built the first prototype in October 1987 from two paper plates (one red, one white) layered together, after her youngest daughter Lauren kept asking 'how much longer' and no existing clock or kitchen timer helped. Teacher friends recognized other children had the same problem. The product spread first through a learning disabilities conference, then into special education classrooms, then into autism support, ADHD coaching, and eventually Silicon Valley meeting rooms.
Can an app on a screen do what a Time Timer does?
Partially. What matters is the shrinking shape in continuous peripheral vision. The hardware is incidental. An app can replicate the wedge, keep it large enough to read without focal attention, and keep it on screen during the work. What an app cannot do is win against itself: the rest of the screen (notifications, list views, badges) competes for the same visual bandwidth the timer needs. The screen-based version only works inside a single-task surface that has hidden everything else.
Why doesn't Pomodoro fix this on its own?
Pomodoro is a session structure. It does very little perception work on its own. The timer in most Pomodoro apps is a small digital readout in the corner of a window full of other things, which is the worst possible context for an ADHD brain to maintain time awareness. The Pomodoro idea (work in defined chunks, then rest) is fine. The execution (a 25:00 number quietly counting down behind your todo list) does almost none of the work the technique relies on.