LootCalc
Apex battle pass hero

Hero and XP tables use the same default values as the Battle Pass Planner — daily XP, weeklies, and refund coins match the planner defaults.

Apex Battle Pass Guide – XP Pacing, Refund Coins, Event Bundle ROI

Apex Legends battle passes reward consistent play with coins, crafting metals, and reactive skins, but finishing level 110 requires planning. This guide walks you through XP pacing math, refund calculations, event bundle ROI, and governance templates that tie back to the Battle Pass Planner. We reference the Glossary for EV/GPH definitions and the Methodology page if you want to check how each formula is sourced.

The planner multiplies your daily XP target by days remaining, compares it to XP required, and tells you how many extra sessions or paid level skips you need. We add layers: refund coin budgeting, event bundle analysis, and cross-links to the Pack Probability Calculator and Heirloom Tracker. That combination helps squads align on when to grind, when to spend, and when to save for the next heirloom bundle.

Later sections include hero charts showing XP progress and bundle ROI, the math behind the planner, a governance checklist, FAQ, and changelog. Use this guide to keep your team motivated through the entire season while keeping every assumption in writing.

Share on XShare on FacebookShare on RedditPin on Pinterest
Published on
Last updated

Example Tracking Sheet

Here is the row format we recommend for a squad tracking sheet — day, XP gained, dailies/weeklies done, levels, refund coins, and notes. Copy it into Google Sheets or Airtable as a starting template.

day,xp,dailies,weeklies,levels,refundCoins,notes
1,19500,3/3,0/7,5,0,"Launch day"
7,16800,3/3,2/7,9,0,"Casual week"
14,24200,3/3,4/7,12,300,"Event bonus"
21,26000,3/3,6/7,14,300,"Double XP weekend"
28,28400,3/3,7/7,16,600,"Completed pass"

Recreate this example in the planner: daily XP ~2,400 with most weeklies cleared by day 21 hits level 110 and 600 refund coins; adjust inputs if you skip weeklies.

Battle Pass XP & Refund Planning

Planning Your Daily XP

Estimate daily XP based on dailies (5,000), weeklies (2,000+), and Ranked grind (500 per match), and update the planner whenever your average changes. Set the target level to 110 if you want the reactive skin; if you only need the badge, set it to 100 and the planner recalculates the XP deficit automatically. Double XP weekends warp projections, so enter the higher daily XP figure for the affected days, then revert afterward.

Budgeting Refund Coins & Event Bundles

Every pass refunds 600 coins. Convert those coins into packs via the Pack Probability Calculator, then subtract them from your spending plan. Bundles that offer levels or coins can either save time or waste money — log their coin value and level skips to see whether they beat normal XP grinding. Battle pass coins often fund mythic skin events too, so note future purchases and coordinate with the Heirloom Tracker to avoid overspending.

Tracking as a Squad

XP syncs across platforms, but screenshots prove your progress and prevent disputes when sharing refunds. Publish weekly check-ins summarizing XP gained, levels achieved, and remaining deficit — that social pressure keeps runs consistent.

XP progress chart
Figure 1: Progress bar showing XP earned versus required.
Event bundle ROI table
Figure 2: Example ROI for event bundles and refund value.

Data Sources & Limitations

XP per level (18k) comes from Respawn’s official FAQ, and bundle ROI is derived from published store prices. Limitations: unannounced double XP weekends and surprise events may skew projections—update inputs when they happen. If Respawn changes XP requirements or refund values, we will update the planner and note it in the changelog below.

The Math Behind the Planner

Assumptions: 18,000 XP per level, a 600-coin refund, event bundles averaging 700 coins worth of value, a daily XP entry that reflects your realistic grind, and XP accruing linearly.

const levelsLeft = Math.max(target - current, 0);
const xpNeeded = levelsLeft * 18000;
const days = weeksRemaining * 7;
const projectedXP = dailyXP * days;
const shortfall = Math.max(xpNeeded - projectedXP, 0);
const catchUpPerDay = shortfall / days;

Worked example: you’re level 30 with six weeks left and 5,500 XP/day. XP needed = 80 × 18,000 = 1.44M. Projected XP = 231k. Shortfall = 1.209M, so you either double your daily XP to ~27k or buy level skips. Some edge cases need manual adjustments — completing the pass before event bundles arrive, XP boosts from limited modes, partial-week vacations, or purchasing level skips with coins. Watch for the common tracking mistakes too: ignoring weeks remaining, underestimating XP per day, forgetting to record bundle coins, or failing to note double XP weekends. The checklist below prevents these errors.

Battle Pass Governance Checklist

  1. Snapshot current and target levels; store in the shared drive.
  2. Enter daily XP averages and weeks remaining into the planner.
  3. Log event bundles, coin refunds, and level skips as they happen.
  4. Publish weekly progress posts (XP earned, levels gained, shortfall remaining).
  5. Once level 110 is reached, archive the plan and note learnings for the next season.

Related Reading

FAQ

How much XP do I need per level?

18,000 XP per level. The planner multiplies this by levels remaining to calculate the deficit.

How do I handle double XP weekends?

Temporarily raise the Daily XP field to match the bonus. Document the change in your plan so it’s clear why the projection jumped.

What counts as an event bundle?

Any store bundle that grants battle pass levels or Apex Coins. Enter the coin value to see how many packs you can buy afterwards.

Can I combine XP farming with coin purchases?

Yes. The guide shows how to use the Battle Pass Planner for XP pacing and the Pack Probability Calculator for coin-to-pack conversions.

How do I keep my team accountable?

Use the checklist included here—weekly summary posts, shared sheets, and level screenshots ensure everyone stays on track.

Changelog

Last updated 2025-11-14. Refer to Editorial Policy.

Run the Numbers Yourself

Free calculators for drop rates, pity timers, and loot odds — no signup required.

Get Started