Bank health / Failure nowcast
US bank-failure nowcast: a transparent model, honestly backtested
A logistic model estimates each bank’s probability of appearing on the FDIC failures list within the next four quarters, using only eight ratios from its own public call report. It is trained on the full 2001-present FFIEC panel and evaluated the only honest way: walking forward year by year, always predicting failures the model has never seen. Scores are published as within-quarter percentiles. They are vulnerability rankings computed from public ratios, not supervisory judgments: this is not a CAMELS rating, not the FDIC’s view, and not a prediction that any named bank will fail.
Source: FFIEC Central Data Repository, call-report bulk files (2001Q1-2026Q1) | FDIC BankFind Suite, failures API All metrics on this page are read from the published model artifacts (failure_nowcast.parquet, failure_nowcast_eval.parquet); every score is out-of-sample under a purged walk-forward. Methodology
The honest headline: high AUC, and a single ratio nearly matches it
Pooled over 422,098 labeled bank-quarters (2008-2025, 1,918 of them within four quarters of an actual failure), the model’s AUC is 0.950. The benchmark, ranking banks by nothing but equity/assets, scores 0.951: the single ratio is marginally better pooled. Most of what any call-report model knows about bank failure is already in the capital ratio; the model’s value is in the tails and in years where earnings, growth, and funding mattered too. Across the four report dates preceding an actual failure, 46% of those bank-quarters sat in the top 1% of their quarter’s scores and 82% in the top 5%.
Pooled AUC mixes score scales across 18 differently-trained yearly models. That is harmless for the logits (near-probability scale) but understates the gradient-boosting model, whose balanced-weight scores shift scale year to year; its per-year AUCs below are the meaningful comparison. The 8-feature model pools over 2019-2025 only.
The 2023 failures: what the model actually said
The practical question for any failure model is 2023. The answer, read verbatim from the out-of-sample scores, is that the model did not flag Silicon Valley Bank, Signature, or First Republic. On the 2022Q4 call reports, the last filed before the March runs, SVB scored in the 44th percentile of all banks, Signature the 56th, and First Republic the 16th, dropping to the 7th on its final 2023Q1 filing. None was near the top-1% or top-5% buckets that catch most credit-driven failures. These three failed from interest-rate and uninsured-deposit-run risk, concentrations that the eight call-report ratios do not measure; their capital, earnings, and credit quality looked ordinary to strong. The 7-feature model, which ignores credit quality, saw them as elevated but still unflagged (SVB at the 88th percentile, Signature the 84th, First Republic the 79th), and adding the nonperforming-loans feature pushed all three down: their loan books were clean, which is exactly why a credit-quality model missed a duration-and-run failure. The one adjacent name the model did flag is Silvergate (98.5th percentile in 2022Q4, 100th in 2023Q1 as its balance sheet collapsed), which wound itself down voluntarily in March 2023 and is therefore not on the FDIC failures list at all. The same limitation appears in the FinObservatory Composite’s SVB backtest; publishing it is the point.
| Bank (CERT) | Report date | Model p(fail, 4q) | Percentile | Outcome |
|---|---|---|---|---|
| SILICON VALLEY BANK (24735) | 2022-12-31 | 0.0043% | 43.8 | Failed within 4 quarters |
| SILVERGATE BANK (27330) | 2022-12-31 | 0.1606% | 98.5 | Voluntary wind-down (not an FDIC failure) |
| SILVERGATE BANK (27330) | 2023-03-31 | 19.1473% | 100.0 | Voluntary wind-down (not an FDIC failure) |
| SIGNATURE BANK (57053) | 2022-12-31 | 0.0065% | 55.7 | Failed within 4 quarters |
| FIRST REPUBLIC BANK (59017) | 2022-12-31 | 0.0010% | 16.2 | Failed within 4 quarters |
| FIRST REPUBLIC BANK (59017) | 2023-03-31 | 0.0011% | 6.8 | Failed within 4 quarters |
Scores from the walk-forward models for test years 2022 and 2023 (trained only on data whose outcomes were known before those years). Washington Mutual and IndyMac (2008) never appear in this panel: as OTS-regulated thrifts they filed Thrift Financial Reports, not FFIEC call reports; they are counted among the 54 unmatched failures below.
Out-of-sample AUC by test year
Each row: models trained only on observations whose full four-quarter outcome window closed before that year began, then scored on that year’s filings. 2021 has no row entries because no bank that filed in 2021 failed within four quarters. Years with few failures carry wide uncertainty; they are reported anyway.
| Test year | Logit (7 feat.) | Logit + NPL (8 feat.) | Gradient boosting | Equity/assets alone | Failure quarters |
|---|---|---|---|---|---|
| 2008 | 0.928 | – | 0.722 | 0.868 | 306 |
| 2009 | 0.938 | – | 0.810 | 0.942 | 584 |
| 2010 | 0.976 | – | 0.967 | 0.980 | 409 |
| 2011 | 0.994 | – | 0.991 | 0.991 | 237 |
| 2012 | 0.997 | – | 0.995 | 0.995 | 129 |
| 2013 | 0.980 | – | 0.972 | 0.981 | 79 |
| 2014 | 0.991 | – | 0.986 | 0.988 | 45 |
| 2015 | 0.991 | – | 0.982 | 0.985 | 23 |
| 2016 | 0.963 | – | 0.958 | 0.954 | 29 |
| 2017 | 0.726 | – | 0.720 | 0.755 | 9 |
| 2018 | 0.774 | – | 0.905 | 0.854 | 6 |
| 2019 | 0.965 | 0.948 | 0.982 | 0.986 | 19 |
| 2020 | 0.998 | 0.995 | 0.988 | 0.991 | 7 |
| 2021 | – | – | – | – | 0 |
| 2022 | 0.846 | 0.360 | 0.807 | 0.785 | 14 |
| 2023 | 0.899 | 0.831 | 0.816 | 0.876 | 9 |
| 2024 | 0.612 | 0.642 | 0.681 | 0.570 | 9 |
| 2025 | 0.932 | 0.793 | 0.989 | 0.977 | 4 |
The 8-feature model exists from 2019 (it needs the RC-N nonperforming fields, first published in the 2017Q1 bulk files, for training). Its worst year is 2022, AUC 0.360: the 2023 failures had clean credit books, so the nonperforming feature actively pointed away from them.
The current quarter, as a distribution
Below is the full score distribution for 2026-03-31, published deliberately without names: a public percentile is a ranking of ratio vulnerability, not an accusation, and this page will not manufacture a watch-list. Counts by band, state, and size show where the tail sits.
Model score (4-quarter failure probability) for all 4,336 filers, 2026-03-31. Buckets are log-spaced because the distribution is extremely right-skewed: for most banks the model sees essentially no resemblance to past failures.
| Percentile band | Banks | Score range |
|---|---|---|
| Top 1% (99th+) | 44 | 0.58% to 20.4% |
| 95th-99th | 173 | 0.095% to 0.57% |
| 90th-95th | 217 | 0.052% to 0.095% |
| 75th-90th | 651 | 0.024% to 0.052% |
| 50th-75th | 1,084 | 0.011% to 0.024% |
| Below median | 2,167 | <0.001% to 0.011% |
In the 2008-2025 backtest, 82% of failure bank-quarters (the four report dates preceding an actual failure) were in the top-5% band; the overwhelming majority of top-5% banks in any quarter did not fail.
Top-5% cohort by state
States with the most banks in the top-5% score band, 2026-03-31.
Top-5% cohort by size
Total assets as reported (call-report dollar fields are in thousands; bands in plain USD), 2026-03-31.
Methodology
Target. Failure = the bank’s FDIC certificate appears on the FDIC failures list (RESTYPE = FAILURE) within four quarters of the report date. Of 571 post-2001 failures, 517 match a call-report CERT. The 54 unmatched (all charter class SB/SL, last one February 2012) were OTS-regulated thrifts filing Thrift Financial Reports instead of call reports, including Washington Mutual and IndyMac; the model’s coverage excludes them and this page says so rather than pretending otherwise.
Features, two eras. Eight ratios from the bank’s own filing: equity/assets, tier 1 leverage, ROA and net interest margin (income items are year-to-date in call reports and are annualized by 4, 2, 4/3, 1 across Q1-Q4), deposits/assets, 4-quarter loan and asset growth, and the nonperforming share of loans (nonaccrual + 90 days past due). The nonperforming fields exist in the bulk files only from 2017Q1 (the RC-N break), so two models are published: a 7-feature model covering the whole history and an 8-feature model trained on 2017Q1 onward. The panel’s first year (2001) has no prior-year lag for growth and is excluded.
Winsorization and imputation. Every feature is clipped at its within-quarter 1st/99th percentiles; remaining gaps (mostly growth for banks under a year old) are set to the within-quarter median. Both transformations use only same-quarter cross-sections, so no future information enters any score.
Purged walk-forward. For test year Y, training uses only observations whose full four-quarter outcome window closed before Y began. Every published score, including the current quarter’s, is out-of-sample in this sense. The gradient-boosting check uses balanced class weights; at a base rate of roughly 0.1-0.4% failures per bank-quarter its ranking collapses without them.
Published coefficients. The current 8-feature logit (standardized features, so magnitudes are comparable):
| Feature | Coefficient |
|---|---|
| Equity / assets | -2.627 |
| Tier 1 leverage ratio | -1.182 |
| Nonperforming share of loans | 0.687 |
| ROA (annualized) | -0.536 |
| Asset growth, 4q | -0.415 |
| Loan growth, 4q | 0.298 |
| Deposits / assets | 0.088 |
| Net interest margin | -0.083 |
| Intercept | -9.672 |
What this is not
- Not a CAMELS rating and not a supervisory judgment. It is computed entirely from public FDIC/FFIEC data; examiners see far more.
- Not a prediction that any bank will fail. A top-percentile score means a bank’s public ratios resemble past pre-failure ratios; in every backtest year, most top-band banks did not fail.
- Blind to what killed the 2023 banks: securities duration, uninsured deposit concentration, and depositor coordination are not in these eight ratios. The case-study section above exists precisely because the model missed SVB, Signature, and First Republic.
- Not investment advice, and not a list of banks to avoid.