OSRS XP Calculator — XP Between Levels, and Time to 99

Work out exactly how much XP is left between your level and any target up to 99, using the official OSRS experience formula.

Old School RuneScape XP Calculator

Paste it on your own page or wiki — no signup, no tracking script.

One formula governs every skill

Old School RuneScape has no per-skill experience table in the data files. All twenty-three skills share a single curve, and the total XP required for any level comes from one formula:

XP(L) = floor( (1/4) × Σ for n = 1 to L−1 of floor( n + 300 × 2^(n/7) ) )

That formula has been unchanged since 2001, and this calculator derives its whole level table from it at load time rather than reading a hand-typed list. That matters for one practical reason: a typed table can contain a transcription error, and an error of one digit is invisible unless you happen to know the correct figure. A computed table cannot drift.

The doubling term is what makes the curve feel so brutal. Because the requirement is multiplied by 2^(n/7), total XP roughly doubles every seven levels. Level 85 takes about twice the total XP of level 78; level 92 takes twice level 85; level 99 takes twice level 92.

The numbers that matter in practice

Level 99 costs 13,034,431 XP, and that figure is identical for every skill in the game. Level 92 costs 6,517,253, which is why players treat it as the halfway mark — it is within 75 XP of exactly half the level 99 total, a rounding difference of about six thousandths of one percent.

Two more landmarks are worth knowing. Level 70 costs 737,627 XP and is the requirement line for a large number of quests and mid-game content. Level 85 costs 3,258,594 XP, roughly a quarter of the way to 99 in XP but a long way short of it in practice, because the last levels dominate.

The step from 98 to 99 alone is 2,101,178 XP. That single level is worth more XP than the entire climb from level 1 to level 62, which is the clearest way to explain why the last levels take as long as everything before them.

Worked examples

Level 1 to 99 at 60,000 XP per hour

The gap is 13,034,431 XP. Divided by 60,000 that is about 217 hours — roughly 109 days at two hours a day. The same goal at 200,000 XP per hour drops to about 65 hours, which is why method choice matters more than anything else for a 99.

Level 70 to 92 for a quest cape push

XP at level 92 is 6,517,253 and at level 70 it is 737,627, so the gap is 5,779,626 XP. That is 89% of the entire distance from level 1 to 92 — a reminder that the levels below 70 are, in XP terms, almost free.

Already at 90, going for 99

Level 90 sits at 5,346,332 XP, so you still need 7,688,099 — more than the total XP it took to reach level 90 in the first place. At 100,000 XP per hour that is about 77 hours.

Why the curve is shaped this way

The exponent divides by seven, so the multiplier doubles every seven levels rather than every level. That produces a curve that looks almost linear over the first thirty levels and then bends sharply upward. Below level 30 each level costs between a few hundred and a few thousand XP. Above level 90 each level costs between half a million and over two million.

It also means the difference between skills is not the curve, it is the rate. Every skill needs the same 13,034,431 XP for 99; what varies is how many XP per hour a realistic method produces. A fast skill at 500,000 XP per hour reaches 99 in about 26 hours of play. A slow skill at 20,000 XP per hour needs about 652 hours for the same level.

Level and XP table

LevelTotal XP requiredXP for that level alone
10
28383
317491
4276102
5388112
6512124
7650138
8801151
9969168
101,154185
152,411304
204,470497
257,842814
3013,3631,332
3522,4062,182
4037,2243,576
4561,5125,863
50101,3339,612
55166,63615,764
60273,74225,856
65449,42842,413
70737,62769,576
751,210,421114,143
801,986,068187,260
853,258,594307,221
905,346,332504,037
926,517,253614,422
958,771,558826,944
9913,034,4311,228,825

Every figure in this table was computed from the formula above at page load and cross-checked against eight published milestones — levels 2, 10, 30, 50, 60, 70, 92 and 99 — all of which match exactly.

Virtual levels past 99

XP keeps accumulating past 99 and third-party clients display "virtual levels" for it, but nothing above 99 changes your character: no extra stats, no new unlocks. The cap in any single skill is 200,000,000 XP, which is more than fifteen times the level 99 requirement. Virtual level 126, the highest shown, is around 188 million XP in a single skill.

Using this with a training plan

Where the formula comes from

The experience formula is published on the Old School RuneScape Wiki and has not changed since 2001. This calculator implements it directly and was verified against eight canonical milestones — 83 XP at level 2, 1,154 at level 10, 13,363 at 30, 101,333 at 50, 273,742 at 60, 737,627 at 70, 6,517,253 at 92 and 13,034,431 at 99. All eight match to the digit.

Sources and standards

Where these figures come from

Every figure on this page is implemented from the published reference material below, and re-checked against it before publishing rather than copied from another calculator.

  • Old School RuneScape Wiki — the experience formula, the level table, the 92-as-halfway note and the 200 million XP cap.
  • OSRS Wiki — the closed-form approximation published alongside the exact summation.
  • OSRS Wiki — the list of skills sharing this single experience curve.

FAQ

How much XP is level 99 in OSRS?

13,034,431 XP, and it is the same for every skill in the game. The curve is identical across all twenty-three skills; only the XP per hour you can earn differs.

How is OSRS XP calculated?

XP(L) = floor( (1/4) × sum from n=1 to L−1 of floor( n + 300 × 2^(n/7) ) ). The formula has been unchanged since 2001, and this calculator builds its entire table from it rather than a typed list.

Why is level 92 considered halfway to 99?

Level 92 needs 6,517,253 XP against 13,034,431 for level 99 — within 75 XP of exactly half. Since XP roughly doubles every seven levels, 92 is the last level where the halfway claim holds.

How long does 99 take?

It depends entirely on your method. At 60,000 XP per hour it is about 217 hours; at 200,000 XP per hour about 65 hours; at 1,000,000 XP per hour about 13 hours. Enter your own rate to get a figure for your plan.

How much XP is 98 to 99?

2,101,178 XP for that one level — more than the total XP needed to reach level 62 from scratch. The last few levels are the reason 99 is a long-term goal rather than a weekend one.

Do different skills need different XP for 99?

No. Every skill uses the same curve and the same 13,034,431 XP total. The perceived difference between skills comes from training speed, not from the experience formula.

What is the maximum XP in a skill?

200,000,000 XP per skill. Once you reach it no further XP is awarded in that skill. Virtual level 126 is around 188 million XP, but levels above 99 give no stat or unlock benefits.

How much XP is level 70 and level 85?

Level 70 is 737,627 XP and level 85 is 3,258,594 XP. Level 70 is the common quest requirement line; level 85 is a frequent requirement for high-level PvM content.

Why does my time estimate differ from what people tell me?

Two reasons. Published XP per hour figures assume perfect, uninterrupted play, and your actual XP inside a level is usually higher than the level you started at. Enter your real XP total rather than your level to fix the second one.

Does this calculator cover skills above 99?

It computes up to virtual level 126 because the formula extends naturally, but the game only uses levels 1 to 99 for gameplay. Anything above 99 is cosmetic and shown only by third-party clients.

More game tools

Have a suggestion?

Missing a feature or found something off? Tell us — user suggestions decide what we build next.