Prestige is the strangest bargain in incremental games: you delete everything you built in exchange for a permanent multiplier. Players who never reset stall out. Players who reset constantly also stall out. The correct answer is a number, and you can calculate it.
Prestige currency is almost always a root function
The reason prestige feels stingy is that the conversion from progress to prestige points is sublinear. The convention the genre standardized on is a cube root:
prestige_points = (total_progress / scale)^(1/3)
Cookie Clicker is the reference implementation — heavenly chips are derived from the cube root of cookies baked, with a scale factor of one trillion. Many browser incrementals copy the shape even when they change the scale or swap in a square root.
The consequence is brutal and useful at the same time. Under a cube root:
- To get 2x your prestige points, you need 8x the progress.
- To get 3x, you need 27x.
- To get 10x, you need 1,000x.
So the gap between “I could reset now” and “I could reset for double” is much larger than it looks on the counter. That asymmetry is exactly what makes the timing rule work.
The doubling rule
The standard heuristic across the genre:
Reset when you can gain at least as many prestige points as you currently have.
In other words, reset when a run would roughly double your permanent multiplier. Push meaningfully past that and you spend most of your time crawling for a 1.1x improvement. Reset well before it and you pay the full cost of rebuilding your early economy for a tiny gain.
The rebuild cost is the part people forget. Every reset means re-earning the first hundred buildings, and those first minutes are slow even with the multiplier. If your rebuild takes ten minutes, a reset that gains 15% more prestige points is a straight loss.
Finding your wall
Your wall is the point where forward progress per minute collapses. You do not need to feel it out — measure it.
- Note your main resource total and start a timer.
- Do nothing for five minutes.
- Note the total again.
Repeat that measurement an hour later. If the second sample is not several times larger than the first, the curve has flattened and you are on the wall. That is the signal to check whether a reset clears the doubling bar.
Clicker Hero makes this easy to observe because progress is gated by monster HP rather than a pure counter. When you can no longer push a zone even with a hero upgrade queued, gold income has stopped compounding and the run is done, regardless of how large the gold number looks.
Why the second run is so much faster
The permanent multiplier applies from click one, so a fresh run does not repeat the old pacing. A useful sanity check: if run one took 90 minutes to reach the wall and your multiplier doubled, run two should reach the same point in substantially under half that time, because the multiplier compounds with every purchase you make along the way rather than being added at the end.
If run two is not faster, one of three things is wrong:
- You reset too early and the multiplier gain was noise.
- You are spending the new run on the same purchase order instead of skipping the cheap early tiers you can now afford immediately.
- The game’s prestige bonus applies to a narrow slice of your income rather than globally. Always read what the multiplier actually affects — click damage only, one resource only, and global are three very different upgrades.
Layered resets
Longer incrementals stack a second reset on top of the first: prestige feeds a currency that buys upgrades, and a rarer meta-reset converts prestige into something above it. Exo Observation uses this shape around research and orbital facilities, where clicking different areas of a planet drives several resource tracks and later unlocks push you toward warp gates rather than back to a bigger version of the same loop.
The rule generalizes cleanly. Apply the doubling test at whichever layer you are currently sitting on, and treat the layer above it as unavailable until the layer below has genuinely stalled. Resetting a layer while the one beneath it is still compounding is the most common way to lose hours in an incremental.
When not to prestige at all
Some games — Idle Money Factory among them — lean on unlocking new production sections rather than a hard reset. If a game offers a permanent expansion and a reset at similar prices, the expansion usually wins, because it adds a fresh cost curve without deleting the one you already climbed. Reset mechanics are for when there is nothing left to unlock.
Browse the clicker category if you want more games where the reset decision is real rather than cosmetic.