The Felt
Poker Tools & Software

How Do Poker HUDs Work?

A poker HUD reads your hand-history files, tallies opponent stats in a database, and overlays them on the table. Here's the data pipeline, stage by stage.

On this page · 4 sections

A poker HUD reads the hand-history files your poker client writes to disk, hands them to tracking software that imports and tallies them into a database, and then overlays the resulting per-opponent stats directly on the table. It’s a four-stage pipeline, and the important thing to grasp up front is that the HUD itself is only the last stage — the display. Everything that makes it useful happens before a single number reaches your screen.

The four stages

Every HUD, whatever the brand, runs the same flow.

  1. The client saves a hand history. After each hand, the room writes a plain-text file — who posted blinds, every action, the cards shown, the pot — into a folder on your computer.
  2. Tracking software imports it. A database program watches that folder and parses each new hand into structured records: names, positions, actions, amounts.
  3. Stats are computed per player. From those records it counts how often each player voluntarily put money in, raised preflop, continuation-bet, and so on.
  4. The HUD overlays the result. A transparent window sits over your table and shows the relevant stats next to each seat, refreshing as new hands arrive.

Stages one through three do all the work. The overlay just makes the results glanceable while you’re in a hand.

The data source is the whole story

Because a HUD can only summarize hands it has records for, two limits are baked in from the start.

Data sourceWhat it showsThe catch
Hands you playedFull stats on everyone dealt inOnly from tables you sat at
Observed hands (if enabled)Stats on players you watchedNot every site allows it
Imported hand filesHistorical stats on known playersRequires prior sessions vs them

Sample size is the other half. A stat reading “raises 40 percent preflop” means wildly different things over 10 hands versus 500. Small samples are noise; most stats only settle into something trustworthy after a few hundred hands against a given player.

Following one number end to end

Say the overlay shows an opponent’s preflop raise at 18 percent. The chain behind that:

  • Over your shared history, the software logged 200 hands where that player could raise first in.
  • In 36 of them, they did.
  • 36 ÷ 200 = 0.18, shown as 18 percent.

Now it’s actionable. Eighteen percent is a tight, standard opening range, so their raises skew strong. A player showing 45 percent is opening far wider and weaker, and you can defend or three-bet more freely against them. The HUD never told you how to play — it handed you a frequency and left the strategy to you, which is exactly why learning what each stat means matters as much as running the software.

Why it feels live

The import step runs continuously. The tracker monitors your hand-history folder and picks up each new file within seconds of a hand ending, recalculates the stats, and refreshes the overlay — so by the next deal the numbers already reflect what just happened. There’s a brief lag while the file is written and parsed, but in practice it’s fast enough to be effectively real time.

Understanding the pipeline also draws the boundaries. A HUD can compress large samples into instant reads, surface patterns you’d never track by hand, and flag which opponents deviate from typical frequencies. It can’t predict a specific hand, work without prior data, or tell you why a player is doing something. For where this fits in the wider game, start with what a HUD is and the broader online poker hub; for the rest of the study stack, see tools & software.

Frequently asked

Do you need past hands for a HUD to work?

Yes. A HUD only shows stats it has data for. Against a brand-new opponent it displays little or nothing, and the numbers only stabilize after a meaningful sample — often a few hundred hands.

Does a HUD update in real time?

Almost. The tracking software watches your hand-history folder and imports each new hand within seconds of it finishing, so the overlay refreshes continuously. There's a small lag while the file is written and parsed.

Are poker HUDs allowed?

It depends on the site. Some rooms permit them, others ban them outright or restrict them to hands you personally played. Check the terms before using one — violations can cost you your account.

About the author

Solver-driven study, quantitative background · Reviewed by The Felt editorial team
Last updated 2026-03-02