Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Econometrics›Augmented Dickey-Fuller (ADF) Unit Root Test
Regression modelEconometrics / time series

Augmented Dickey-Fuller (ADF) Unit Root Test

Augmented Dickey-Fuller Unit Root Test · Also known as: ADF test, ADF unit root test, Dickey-Fuller test (augmented), Said-Dickey test

The Augmented Dickey-Fuller test is the standard procedure for determining whether a univariate time series contains a unit root — that is, whether the series is non-stationary. It extends the original Dickey-Fuller test by including lagged difference terms that absorb serial correlation in the residuals, making the test valid for a wide range of time-series processes encountered in economics and finance.

ScholarGate
  1. Regression model
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Augmented Dickey-Fuller unit root test
ARIMA modelEngle-Granger Cointegrat…KPSS TestPhillips-Perron unit roo…Zivot-Andrews Structural…Autoregressive modelBayesian ADF unit root t…Bayesian PP unit root te…Fourier ADF unit root te…Fourier PP unit root test

+17 more

When to use it

Use the ADF test as a mandatory pre-step before fitting ARIMA, VECM, or cointegration models, and whenever a regression involves time-series variables that might share stochastic trends. It is appropriate for a single continuous time series of moderate to long length (typically T > 50). Prefer it over the original DF test whenever serial correlation is plausible. Do not use it as the sole test: supplement with the Phillips-Perron test (which uses a non-parametric correction instead of lag augmentation) and the KPSS test (which reverses the null to stationarity). Avoid relying on ADF alone when the series contains a structural break — power can collapse near the break; use the Zivot-Andrews test instead.

Strengths & limitations

Strengths
  • Corrects for serial correlation in residuals through lag augmentation, making it applicable to ARMA-type processes of unknown order.
  • Three model specifications (none, constant, constant-plus-trend) cover all practically relevant deterministic scenarios.
  • Critical values and p-values are tabulated and widely implemented in all major statistical packages (R, Stata, EViews, Python).
  • Straightforward interpretation: reject the null means the series can be treated as stationary in subsequent modelling.
  • Computationally trivial even for very long series.
Limitations
  • Low power in small samples (T < 50) and near-unit-root situations, leading to frequent failure to reject a false null.
  • Size distortions arise if too few lags are selected, inflating the probability of falsely concluding stationarity.
  • Cannot detect stationarity around a structural break; a genuine break depresses power severely.
  • Results are sensitive to the choice of deterministic components: including a trend when there is none (or omitting it when present) leads to incorrect inference.
  • Assumes a single autoregressive unit root; it is not designed for seasonal unit roots or fractional integration.

Frequently asked

What does it mean if the ADF test fails to reject the null?

Failure to reject means the evidence is insufficient to conclude the series is stationary. This suggests a unit root is plausible; you should difference the series (or take logarithmic differences) before modelling. However, low power means you should corroborate with the PP test and visually inspect the series.

How many lags should I include in the ADF regression?

The most common automatic rule is to minimise AIC or BIC over a reasonable grid of lags (e.g., up to 12 for annual-frequency data, or int(12*(T/100)^0.25) for quarterly data). Always check that no significant autocorrelation remains in the ADF residuals.

What is the difference between ADF and Phillips-Perron?

Both test the same null of a unit root. ADF adds lagged differences to the regression to handle serial correlation parametrically; PP instead uses a non-parametric Newey-West correction to the test statistic. PP tends to be more powerful in large samples, but both can over-reject in small samples with severe moving-average components. Using both increases confidence.

Can I use ADF for panel data?

Standard ADF is designed for a single time series. For panel data use panel unit root tests such as Im-Pesaran-Shin (IPS), Levin-Lin-Chu (LLC), or Fisher-type tests, which pool information across cross-sectional units and have substantially better power.

What integration order should I assume if ADF rejects on the level but not on the first difference?

If the ADF rejects the unit root for the first difference (i.e., the differenced series is stationary) but fails to reject for the level, the series is integrated of order one, I(1). An I(1) series requires first-differencing before standard regression analysis, or it can enter a cointegration framework with other I(1) variables.

Sources

  1. Said, S. E., & Dickey, D. A. (1984). Testing for unit roots in autoregressive-moving average models of unknown order. Biometrika, 71(3), 599–607. DOI: 10.1093/biomet/71.3.599 ↗
  2. Dickey, D. A., & Fuller, W. A. (1979). Distribution of the estimators for autoregressive time series with a unit root. Journal of the American Statistical Association, 74(366), 427–431. DOI: 10.2307/2286348 ↗

How to cite this page

ScholarGate. (2026, June 3). Augmented Dickey-Fuller Unit Root Test. ScholarGate. https://scholargate.app/en/econometrics/augmented-dickey-fuller-unit-root-test

Related methods

ARIMA modelEngle-Granger Cointegration TestKPSS TestPhillips-Perron unit root testZivot-Andrews Structural Break Test

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • ARIMA modelEconometrics↔ compare
  • Engle-Granger Cointegration TestEconometrics↔ compare
  • KPSS TestEconometrics↔ compare
  • Phillips-Perron unit root testEconometrics↔ compare
  • Zivot-Andrews Structural Break TestEconometrics↔ compare
Compare side by side →

Referenced by

ARIMA modelAutoregressive modelBayesian ADF unit root testBayesian PP unit root testEngle-Granger Cointegration TestFourier ADF unit root testFourier PP unit root testFourier Zivot-Andrews testGranger Causality TestNonlinear ADF Unit Root TestNonlinear PP unit root testPanel ADF Unit Root TestPanel KPSS testPanel PP unit root testPanel Zivot-Andrews testPhillips-Perron unit root testRobust ADF Unit Root TestRobust PP Unit Root TestStructural Break ADF Unit Root TestStructural Break AR ModelStructural Break KPSS TestStructural Break OLSStructural break Zivot-Andrews testTime-varying parameter Zivot-Andrews testToda-Yamamoto causality testZivot-Andrews Structural Break Test

Similar methods

Augmented Dickey-Fuller TestPhillips-Perron unit root testStructural Break ADF Unit Root TestRobust ADF Unit Root TestPhillips-Perron TestPanel ADF Unit Root TestTime-varying parameter ADF unit root testKPSS Test

Related reference concepts

EconometricsMathematical and Quantitative MethodsFinancial EconometricsStatistical Hypothesis TestingHypothesis TestingLikelihood-Ratio Tests

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Augmented Dickey-Fuller unit root test (Augmented Dickey-Fuller Unit Root Test). Retrieved 2026-07-20 from https://scholargate.app/en/econometrics/augmented-dickey-fuller-unit-root-test · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Said & Dickey (1984); building on Dickey & Fuller (1979)
Year
1979–1984
Type
Hypothesis test (unit root)
DataType
Univariate time series (continuous)
Subfamily
Econometrics / time series
Related methods
ARIMA modelEngle-Granger Cointegration TestKPSS TestPhillips-Perron unit root testZivot-Andrews Structural Break Test
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account