June 25, 2026 · Lazare Kolebka

Why Is It Always 9:41 in Apple Ads?

Look at any iPhone in Apple’s marketing — keynote slides, product pages, App Store screenshots from Apple’s own apps. The time is always 9:41 AM. Full signal. Full battery. No carrier name.

Where 9:41 comes from

On January 9, 2007, Steve Jobs unveiled the first iPhone. Apple keynotes were timed so the big reveal — the product hero shot on the giant screen — landed roughly 40 minutes in. The device in the imagery was set to match the moment the audience would first see it: 9:41 AM (the original iPhone actually showed 9:42; the iPad’s reveal recalibrated it to 9:41, and it stuck).

Since then, 9:41 has been Apple’s signature. Every product image is staged at that moment of announcement.

Why it matters for your screenshots

The status bar is the first thing that betrays a rushed screenshot. Your audience may not consciously notice, but “3:47, 23% battery, no service” reads as casual, while “9:41, full bars, full battery” reads as product photography. Once you see it, you can’t unsee it — and neither can the people deciding whether your app looks professionally made.

How to get a clean status bar

On the simulator: Apple’s simctl status_bar command overrides the simulator’s status bar — great for automated screenshot pipelines, but it only helps if your workflow starts on a Mac with Xcode.

By hand: photoshopping the status bar preserves your background but takes minutes per screenshot, and video is out of the question.

Automatically: Screeny rebuilds the status bar on the screenshot you already took — 9:41, full signal, full battery — while preserving your app’s own gradient or image behind it. It picks light or dark icons based on your screenshot’s brightness, and the same cleaning runs on every frame of a screen recording.

That last part is the algorithm’s whole point: a flat bar painted over your app’s header looks worse than the messy original. Keeping the background pixels intact is what makes the result look like Apple staged it.

Frequently asked questions

Is using 9:41 required for App Store screenshots? No — Apple doesn’t require any particular time. It’s a convention that signals polish, which is exactly why Apple itself never breaks it.

Does Screeny work if my app has a gradient behind the status bar? Yes — that’s the case it was built for. The gradient is sampled and preserved; only the status bar elements are replaced.