U6RATE: US U-6 Unemployment Rate Monthly Data from FRED (1994–2026)

The US U-6 Unemployment Rate is the broadest official measure of labor underutilization, monthly since 1994: the standard unemployed, plus people marginally attached to the labor force, plus those working part-time because they cannot find full-time work. It is the answer to “the real unemployment rate is higher” — quantified by the BLS itself. The range runs from 6.6% (December 2022, the series low) to 22.9% (April 2020); at 7.9% in mid-2026 against a headline U-3 of 4.2%, the gap between the two measures sits near its historical norm.

Dataset: US U-6 Unemployment Rate (1994–2026) · Updated 2026-07-01

Latest Value
7.90%
Jul 1, 2026
Historical Percentile
24.1th
Below average
Historical Average
9.99%
390 observations
Historical Range
HIGH
22.90%
Apr 1, 2020
LOW
6.60%
Dec 1, 2022

You have the data. Get what it means. New analyses and the live macro-regime read — only when there's something worth your time. No filler.


Loading data…

Source: US Bureau of Labor Statistics, Current Population Survey · FRED series U6RATE


Macro Takeaway

U-6’s analytical value is the spread over the headline U-3 rate, currently 3.7 points. That spread is the hidden-slack gauge: it compresses when involuntary part-timers convert to full-time and discouraged workers re-enter (late-cycle tightness), and blows out in downturns — reaching roughly seven points in 2009–2010, when U-6 hit 17.2% against a 10% headline.

The series settles a recurring rhetorical dispute: broad and narrow measures move together. U-6 is not a different story from U-3 — it is the same story with a wider aperture, roughly 1.7 to 1.9 times the headline in normal times. Claims that broad underemployment reveals a hidden crisis invisible in U-3 have no support in the 30-year correlation.

Its structural limit is the start date: 1994, when the CPS redesign created the current U-1 through U-6 framework. No official U-6 exists for the 1982 recession or earlier — long-history comparisons of “true unemployment” across those eras rest on reconstructions, not this series.


Dataset Overview

IndicatorUS U-6 Unemployment Rate (1994–2026)
GeographyUnited States
FrequencyMonthly
Period1994 – present
Variablesdate, u6_rate
FormatCSV, Excel (XLSX)
SourcesUS Bureau of Labor Statistics (CPS), via FRED (U6RATE)
Last updated

Dataset Variables

The CSV and Excel files contain the following columns.

ColumnTypeDescription
dateDate (YYYY-MM-DD)First day of the reference month
u6_rateFloatU-6: unemployed + marginally attached + part-time for economic reasons, as % of labor force + marginally attached, seasonally adjusted

A value of 7.9 means 7.9% of the extended labor force was unemployed or underemployed by the broadest official definition.


Download the Complete Dataset

The full dataset is available in CSV and Excel formats.

You have the data. Get what it means. New analyses and the live macro-regime read — only when there's something worth your time. No filler.


FRED Direct CSV Access

The underlying data is available from FRED under series code U6RATE:

https://fred.stlouisfed.org/graph/fredgraph.csv?id=U6RATE

Direct CSV Access — Eco3min Structured Dataset

https://eco3min.fr/dataset/u6-unemployment-rate.csv

This URL returns the complete dataset in CSV format. It can be used directly in pandas, R, curl, or any data tool.


Using the Dataset in Python

import pandas as pd

url = "https://eco3min.fr/dataset/u6-unemployment-rate.csv"
df = pd.read_csv(url, parse_dates=["date"])

print(f"Latest U-6: {df['u6_rate'].iloc[-1]:.1f}%")
print(df.tail())

Using the Dataset in R

library(readr)

url <- "https://eco3min.fr/dataset/u6-unemployment-rate.csv"
df <- read_csv(url)

tail(df)
summary(df$u6_rate)

Both examples load the dataset directly from the URL — no download or API key required.


Methodology

U-6 is the widest of six official BLS underutilization measures (U-1 to U-6) from the Current Population Survey. Numerator: unemployed persons + marginally attached (want work, available, searched within 12 months but not the last 4 weeks — includes discouraged workers) + employed part-time for economic reasons. Denominator: civilian labor force plus the marginally attached.

Published monthly with the Employment Situation report, seasonally adjusted.

This dataset is updated daily (Mon–Sat, 08:00 UTC) via automated pull from the FRED API; new observations appear with each source release.


Data Quality & Provider Notes

  • Release latency. First Friday after the reference month, with the jobs report.
  • Revisions policy. Seasonal factors revise annually; January population-control updates create small level steps that are not economic signal.
  • Survey basis. CPS household survey (~60,000 households) — sampling error of roughly ±0.2pp on monthly changes.
  • Definition scope. ‘Marginally attached’ requires recent search; people out of the labor force without recent search (caregiving, disability, retirement) are outside even U-6.
  • Known gaps. None since inception, but the series begins in 1994 — no official U-6 for earlier recessions.

Common Pitfalls When Using the U-6 Rate

  1. Calling U-6 the ‘real’ unemployment rate. U-3 and U-6 measure different, equally official concepts; neither is truer. The informative statistic is usually their spread, not either level.
  2. Comparing today’s U-6 to pre-1994 episodes. The measure did not exist before the 1994 CPS redesign; any 1982 or 1975 ‘equivalent’ is a reconstruction with different definitions.
  3. Ignoring the part-time component’s size. Involuntary part-timers typically make up nearly half the U-6/U-3 gap; shifts in part-time work (scheduling practices, gig classification) move U-6 without changing joblessness.
  4. Over-reading monthly moves. The components are small CPS subsamples; 0.1–0.2pp monthly changes are within sampling noise.

Historical Regimes

1994–2000 — The long tightening. U-6 fell from ~11.8% to under 7% as the 1990s expansion converted part-timers and re-attached the marginal — the first demonstration of how much slack the broad measure holds late-cycle.

2001–2007 — The jobless-recovery decade. U-6 rose past 10% after the dot-com bust and never fully retraced, ending the expansion near 8.4% — broad underemployment stayed sticky even as U-3 normalized.

2008–2010 — The GFC blowout. U-6 peaked at 17.2% (late 2009) against a 10% headline — the seven-point spread that made ‘underemployment’ a household word.

2011–2019 — The seven-year repair. The slowest slack absorption in the modern record: U-6 needed until 2017 to regain its pre-crisis level, finishing 2019 near 6.9%.

2020 — The spike. 22.9% in April 2020 — one in four extended-labor-force participants unemployed or underemployed at the trough.

2021–2026 — Record low, then drift. U-6 hit its all-time low of 6.6% (December 2022) at peak tightness, then drifted to 7.9% by mid-2026 — a normal spread over a 4.2% headline, slack rebuilding gradually rather than discontinuously.


Related Macroeconomic Datasets

U-6 extends the headline rate; the series below decompose the extension and its drivers.


Macroeconomic Dataset Hub

This dataset is part of the Eco3min macro-financial data repository.

Explore the Eco3min Dataset Hub

Sources

  • US Bureau of Labor Statistics — Alternative Measures of Labor Underutilization (CPS)
  • Federal Reserve Bank of St. Louis — FRED series U6RATE

Dataset Reference

Last updated — 9 August 2026

Disclaimer – Financial Information: The analyses, commentary, and content published on eco3min.fr are provided for informational and educational purposes only. They do not constitute investment advice or a solicitation to buy or sell financial instruments. Past performance is not indicative of future results. All investment decisions involve risk and are the sole responsibility of the reader.