Some links on this page may earn RealIRacing a commission at no extra cost to you. Gear I personally race on is called out as such; other picks are researched recommendations.

For a long time my answer to being slow was to drive more. Then somebody sent me a telemetry overlay of my lap against a quicker one around the same circuit, and the half-second I had been hunting for weeks turned out to be sitting in one corner, in a place I would never have guessed. Not the corner that felt bad. A corner I thought I was fine at.

Telemetry has a reputation for being an engineer's tool, full of traces that mean nothing to a normal driver. Most of that is true, and you can ignore almost all of it. There are four traces worth your attention, and they answer the only question that matters: where, specifically, is the time going?

Getting the data out

iRacing writes telemetry files when you enable them — the option is in the app's own settings, and the files land in your iRacing telemetry folder. You then need something to read them. There are free and paid analysis tools in the community; which one you pick matters far less than actually opening it, and any of them will draw the traces below.

One practical note: telemetry logging writes continuously to disk during a session. On a machine that is already CPU-limited it is one more thing competing for resources, so if you are chasing frame-time problems, sort those out first rather than layering logging on top.

Trace one: speed, and where the gap opens

The speed trace is the one to start with, and the useful version is not speed on its own but the delta — the running time difference between your lap and a reference, plotted around the circuit.

Read the delta for slope, not height. A line drifting upward means you are losing time right there. A line that is high but flat means you already lost that time earlier and are now matching pace. This distinction is the single most common misreading, and it sends people to fix corners that are not the problem — the damage was done before they arrived.

Find the steepest climb

Ignore the biggest gap and find the steepest upward slope. That is where the time is actively being lost, and it is usually one or two places rather than the whole lap.

Trace two: throttle, and the honest one

Throttle is where most amateur time hides, and it is brutally honest because it is a direct record of your right foot rather than an interpretation.

Look for the moment you reach full throttle out of a corner and compare it against the reference. Being a tenth late to full throttle out of a corner leading onto a long straight costs you all the way down that straight. This is the least glamorous finding in telemetry and by far the most common.

Also look for hesitation — throttle that goes up, dips, and goes up again. That dip is almost always a confidence problem rather than a car problem: you got on power, felt something, and lifted. It rarely shows up in how the lap feels, and it shows up immediately in the trace.

Trace three: brake, and the shape that matters

For brake, the shape matters more than the peak. A good braking trace rises quickly to its maximum, then trails back down smoothly as you approach the apex. A trace that ramps up slowly is leaving stopping power unused at the point where the car can take the most. A trace that drops off a cliff means you came off the brake abruptly and gave up the rotation that trail braking gives you.

If your peak pressure varies a lot lap to lap in the same corner, that is a calibration and hardware conversation rather than a technique one — a load cell measures pressure rather than travel, and it only helps if it is calibrated to a pressure range you can actually repeat. My ~MOZA CRP2 pedals made the trace noticeably more repeatable than anything travel-based I used before, but only after the calibration was right.

Trace four: steering, and what smooth actually means

Steering angle exposes something you cannot feel: corrections. A clean corner shows a smooth build to maximum angle and a smooth unwind. Small rapid oscillations mean you are fighting the car — either the setup, or entering too fast and catching it.

A useful check is to see whether the steering angle keeps increasing after the apex. If it does, you turned in too early, the car ran out of road, and you are adding lock to save it. That specific pattern is visible in the trace long before it is obvious from the driver's seat.

The trap: whose lap are you comparing against?

The obvious move is to grab the fastest lap available and overlay yours. It is also the fastest way to learn nothing useful.

Compare against your own best lap first. That removes the car from the equation entirely and shows you your own inconsistency, which is the cheapest time available to anyone. Then compare against someone a step ahead of you rather than several — a gap you can plausibly close in one area is actionable, a gap of several seconds is just discouraging.

What telemetry will not tell you

It is worth being clear about the limits, because telemetry has a way of becoming a hobby in itself.

The useful way to hold it: telemetry narrows down where to think, and then you still have to think. Drivers who improve with it treat it as a way of aiming their attention. Drivers who stall out treat it as a scoreboard and end up optimising single laps they cannot reproduce under pressure.

A workflow that survives contact with an evening

  1. Record a practice session of six to ten reasonable laps.
  2. Overlay your best lap against your median lap. Find the steepest climb in the delta.
  3. Look at throttle and brake in just that section. Do not look at the rest of the lap.
  4. Form one sentence about what to change — earlier throttle out of turn seven, smoother release into turn two.
  5. Go drive it, with that one sentence as the only thing you are thinking about.
  6. Re-record and check whether that section improved. Then, and only then, move on.

The discipline is in step three. Telemetry makes it tempting to fix everything visible at once, and you cannot — changing three things means you never learn which one worked. One trace, one section, one change.

And if what the traces keep showing is inconsistent braking pressure rather than a line problem, that is a different fix: brake calibration first, then trail-braking technique.

The gear in this guide

Some links are affiliate links — I may earn a commission at no cost to you.

Watch it, don't just read about it

I stream and upload iRacing races on my MOZA R9 rig — real laps, real force feedback, real mistakes. See the gear from this guide working before you spend a cent.

▶ Subscribe on YouTube

FAQ

Do I need paid software to read iRacing telemetry?

No. There are free tools in the community that read iRacing's telemetry files and draw speed, throttle, brake and steering traces, which is everything described here. Paid tools add convenience and deeper analysis, but the traces that matter for driver improvement are available without spending anything.

Should I compare my lap to a much faster driver's?

Not at first. A much quicker lap usually involves a different setup and a commitment level you cannot yet repeat, so the differences you find may not be things you can act on. Start by comparing your best lap against your own median lap — that isolates your inconsistency with the car held constant.

What is the most common thing telemetry reveals?

Getting to full throttle later than necessary out of corners that lead onto long straights. It is undramatic, it almost never feels like a mistake from the seat, and it is the most frequent large time loss for amateur drivers.

Does recording telemetry hurt performance?

It writes continuously to disk during a session, so on a system already limited by CPU or storage it is one more competing process. On a machine with headroom the effect is generally not noticeable, but if you are already chasing frame-time issues it is worth resolving those before adding logging.