How to use
- Click once on the page so the browser sends key presses to it, then choose a duration — 5 s is the default challenge, 100 s the endurance run.
- Press Space. The first press starts the timer, so it counts too.
- Keep pressing until the bar fills. Presses per second and the total update on every hit.
- Check the rank line, then Try again to beat your best — it stays on screen for the whole session.
- On mobile there is no spacebar: tap the pad with one or two thumbs, every tap is counted.
Why spacebar clicking became a thing
The spacebar is the biggest key on the keyboard, it sits under both thumbs, and it is the "do something" button in half of all games: jump in Minecraft and Roblox, jump and bunny-hop in CS2, interact in dozens of platformers. That makes it the natural key for a speed challenge, and "spacebar clicker" grew into a genre of its own — a mix of idle-game meme (press space, number goes up) and a real test of thumb speed that people compare in school, in Discord and on TikTok.
Our version is the plain test without the cookie-clicker upgrades: a timer, a counter and a rank. That keeps it honest — the number you get is your presses per second, not a score inflated by multipliers.
How the counter works
The pad listens for keydown events with the code Space and counts each press once — a held key does not count as multiple presses, because the browser's key-repeat events are filtered out by checking the repeat flag. Timing uses performance.now(), so the clock is precise to fractions of a millisecond and the test stops exactly at the duration you chose. The result is total presses divided by the duration, shown as presses per second.
On touch devices the pad accepts taps instead, with the same counting rule: one pointerdown per tap, no doubles. The page also blocks the browser's default spacebar action (scrolling the page down) while the test is running, so the layout stays still.
Average spacebar speed and what is fast
Nobody publishes a large dataset for the spacebar specifically, so the best reference is click speed: the mechanics are the same — one finger, one switch, one direction of travel. By the data on cps-check.com, an average person clicks 5–7 times per second and 10+ is a very good result; the spacebar key has a longer travel than a mouse switch (roughly 4 mm on a full-height mechanical keyboard, less on laptops), so most people score a little lower with a thumb than with a mouse finger.
| Presses / second (5 s) | Rank | Typical for |
|---|---|---|
| 1–3 | Turtle | One thumb, laptop keyboard, first try |
| 4–7 | Average | Most people, one finger |
| 8–13 | Fast | Two fingers alternating, low-profile keys |
| 14–25 | Pro | Two-hand "drumming" on the spacebar, jitter |
| 25+ | Inhuman | Key-repeat, a macro or an autoclicker |
These bands mirror the click-speed tiers used for Minecraft PvP on cpstest.org; treat them as orientation, not as a standard. As with the mouse test, a 5-second run scores higher than a 60-second one — a burst is easy, a minute of it is not.
Techniques to press space faster
- Two thumbs. The spacebar is wide enough for both. Alternate left and right thumb — the spacebar equivalent of butterfly clicking — and your rate nearly doubles.
- Index and middle finger. Turn the hand sideways and drum two fingers on the key. Faster than thumbs for most people, but easier to lose the rhythm.
- Shallow presses. Only push until the switch actuates (about 2 mm on most mechanical boards), not to the bottom. Linear switches with light springs help; a laptop scissor keyboard is actually fine because the travel is short.
- Keep the wrist off the desk edge. Rapid tapping with the wrist bent hurts within minutes. Straight wrist, pressure from the finger joints.
- Short sessions. Five rounds of 5 seconds beat one round of 100 seconds for building speed, and they are kinder to the tendons.
If you want the highest number for a leaderboard, remember the difference between a technique and a tool: key-repeat, a macro or a scripted autoclicker turns the test into a measurement of software, and in games it is usually a bannable offence.
What makes our spacebar clicker different
- Held key does not cheat. The repeat flag is filtered, so holding the spacebar counts once — many counters count the OS key-repeat and show fake 30+ rates.
- No ads on the pad, no pop-ups mid-run.
- Precise timer (
performance.now()) and seven durations from 1 to 100 seconds. - Phone-friendly: tap the pad, even with two thumbs.
- Everything happens in your browser. No account, no submission.
Privacy: presses are counted by a script on this page and nowhere else. Nothing you press is transmitted, and the best score lives only in the current tab.
FAQ
How many times can the average person press the spacebar in 10 seconds?
There is no large published dataset for the spacebar; using click-speed data from cps-check.com as the closest reference (5–7 per second on average), a typical result is 50–70 presses in 10 seconds with one finger.
Why doesn't holding the spacebar count?
Because the counter ignores key-repeat events. Holding a key makes the OS send repeated presses; counting those would measure your keyboard settings instead of your thumb.
Can I play on a phone?
Yes. Phones have no spacebar, so the pad accepts taps instead. Use two thumbs alternating for the best score.
The page scrolls when I press space — what do I do?
Click on the pad once first. While the test is focused, the default scroll action of the spacebar is blocked.
Is there a world record for spacebar presses?
There is no official Guinness category we could verify for spacebar presses; community leaderboards on clicker sites are unmoderated and often include macros, so treat them as entertainment.
Does this help in games?
Fast space presses matter for bunny-hopping in CS2, spam-jumping in Minecraft and Roblox obbies, and for any "mash to escape" mechanic. Timing usually matters more than raw speed, though — use the test as a warm-up, not a goal.