DrawData is a data observatory, not a tipster.
We turn public state and national lottery draw history into interactive, honest analytics. The point of view is structural: lottery draws are independent and random, so every view here describes the past — none claims to predict the future. Coverage spans Powerball, Mega Millions, and Pick 3 / Pick 4 games across Wisconsin, Pennsylvania, New Jersey, Texas, and North Carolina — over a quarter-million draws in all.
Data sources
Historical draw data is pulled directly from the relevant state lottery publications and from data.ny.gov Open Data (Mega Millions). Winning numbers are public facts, but we want to be explicit: DrawData is not affiliated with, endorsed by, or sponsored by the Wisconsin, Pennsylvania, New Jersey, Texas, or North Carolina Lotteries, the Multi-State Lottery Association, or any other official lottery.
CSVs live under data/<state>/ in the project and are processed at build time by npm run ingest. Every dataset currently in the system:
- Wisconsin Pick 3 — 14,630 draws, 1992-09-21 → 2026-08-21.
- Wisconsin Pick 4 — 12,803 draws, 1997-09-15 → 2026-08-21.
- Pennsylvania Pick 3 — 26,032 draws, 1977-03-01 → 2026-08-22.
- Pennsylvania Pick 4 — 23,521 draws, 1980-11-22 → 2026-08-22.
- New Jersey Pick 3 — 8,353 draws, 2015-03-09 → 2026-08-22.
- New Jersey Pick 4 — 8,349 draws, 2015-03-09 → 2026-08-22.
- Texas Pick 3 — 17,891 draws, 1993-10-25 → 2026-08-22.
- Texas Daily 4 — 11,831 draws, 2007-10-01 → 2026-08-22.
- North Carolina Pick 3 — 13,929 draws, 2006-10-06 → 2026-08-22.
- North Carolina Pick 4 — 11,992 draws, 2009-04-17 → 2026-08-22.
- Florida Pick 3 — 1,929 draws, 2024-01-01 → 2026-08-22.
- Florida Pick 4 — 1,929 draws, 2024-01-01 → 2026-08-22.
- Washington Daily Game — 244 draws, 2025-12-21 → 2026-08-21.
- Georgia Cash 3 — 25,406 draws, 1993-08-10 → 2026-08-22.
- Georgia Cash 4 — 23,111 draws, 1997-04-06 → 2026-08-22.
- Michigan Daily 3 — 20,395 draws, 1998-01-01 → 2026-08-22.
- Michigan Daily 4 — 20,395 draws, 1998-01-01 → 2026-08-22.
- Powerball — 3,844 draws, 1992-04-22 → 2026-08-19.
- Mega Millions — 2,530 draws, 2002-05-17 → 2026-08-21.
Mega Millions and Powerball are national games (same numbers everywhere); their start dates here reflect when our chosen feed begins, not when the game launched. Pennsylvania’s Pick 3 has the deepest single-state record in the system — back to 1977. Texas runs four draws daily; we expose the Day and Night flagship times as Midday/Evening to match the other states.
Powerball is multi-state; its drawing matrix has changed seven times since 1992 (see era table below). Mega Millions changed its matrix again in April 2025 (now 5/70 + 1/24).
Powerball eras
Cross-number analytics in DrawData default to the current matrix only — apples-to-apples comparisons require it. Every draw is tagged with its era at ingest:
Methodology
- Frequency. Raw count per number / digit. The dashed line on every frequency chart is the count you’d expect if the draws were perfectly random (total slots ÷ pool size).
- Gaps. “Current gap” is the number of draws since a value last appeared. The full gap distribution is geometric (memoryless) under a fair process — we overlay that theoretical curve for comparison.
- Coverage. Running count of unique values ever drawn. Classic coupon-collector behaviour: fast at first, then slowing.
- Sums & shapes. Distributions of digit sums and of repeat patterns (doubles, triples, quads). These distributions are mathematical features of independent uniform digits — not strategy signals.
- Formula Lab. Each user-built rule is evaluated against every consecutive (prev → next) transition. We report straight (exact-position) and box (any-order) hit rates with the chance baseline computed as E[|candidate set|] ÷ outcome space. A split test (first half vs second half) flags overfitting.
What we will never do
- Claim a chart, ranking, or rule improves your odds of winning.
- Use language like “due”, “hot pick”, “best play”, or “system that beats the lottery.”
- Sell tickets, take bets, route to sportsbooks, or run lottery affiliate links.
- Imitate the branding or layout of any official lottery or government website.
Standing disclaimer
For analysis and entertainment only. Lottery draws are random and independent. This app describes past results and does not predict future numbers, improve your chances of winning, or constitute betting advice. Not affiliated with or endorsed by any official lottery. 18+.