Strasmore Research
Learn Matt ConnorBy Matt Connor · data as of September 12, 2026 · refreshed weekly

What Happens After a Reverse Stock Split?

What happens after a reverse stock split: the changes holders see, the Nasdaq $1 minimum bid rule behind most of them, and how recent US names traded after.

What happens after a reverse stock split is mostly arithmetic on day one: every batch of old shares becomes one new share and the price per share rises by the same multiple, so the value of your position is unchanged at the moment of the swap. The harder question is what the split says about the company. In the United States the typical reverse split starts from a share price near $1.00 and is executed to satisfy an exchange listing rule, and the academic record on what follows is not flattering.

What happens after a reverse stock split on day one

Take a 1-for-10 reverse split as the working example. A holder of 1,000 shares at $0.50 wakes up with 100 shares quoted near $5.00: the same $500, in fewer pieces. Four things change on the account statement.

  • Share count. The holding is divided by the ratio. A leftover fraction (1,005 old shares become 100.5 new ones) is paid out as cash in lieu or rounded up to a whole share, whichever the company's filing specifies. In the US the cash-in-lieu payment is a small taxable sale of the fraction.
  • Cost basis per share. Total cost basis does not move; the per-share figure is multiplied by the ratio, so $500 over 100 shares is $5.00 a share instead of $0.50. The holding period carries over.
  • Options contracts. The Options Clearing Corporation adjusts existing contracts rather than cancelling them. A standard contract that delivered 100 old shares delivers 10 new shares at the same strike under an adjusted symbol, and fresh 100-share contracts are listed alongside. The options adjustment mechanics post covers the deliverable and the pricing quirks.
  • The identifier and the chart. The shares get a new CUSIP, and on Nasdaq the ticker carries a fifth letter, D, for 20 trading days. Price history is restated so the chart shows no ten-fold gap; the split-adjusted price history guide explains what that does to old highs and lows.

What does not change

Market capitalization is share count times price, and the split moves the two in opposite directions by the same factor. Your percentage ownership is unchanged apart from the rounding on fractions. Nothing on the balance sheet moves: no debt is repaid and no cash is raised. A reverse split relabels the same claim on the same business. The reverse stock split primer covers the definition and the shareholder vote; this post is about the aftermath.

Why do companies do reverse splits? The US $1.00 rule

Both major US exchanges require a listed stock to hold a $1.00 price, and the reverse split is the standard tool for getting back above it. The rule is exchange-specific: on Xetra or the NSE there is no equivalent dollar test, and a consolidation there is a shareholder-approved capital measure rather than a listing cure.

On Nasdaq, Listing Rule 5550(a)(2) (Capital Market) and Rule 5450(a)(1) (Global and Global Select Markets) set a $1.00 minimum closing bid price. The sequence runs like this:

  1. The closing bid sits below $1.00 for 30 consecutive business days and Nasdaq sends a deficiency notice, which the company must disclose.
  2. The company gets 180 calendar days to regain compliance, defined as a closing bid of at least $1.00 for 10 consecutive business days.
  3. A Capital Market company that still fails can receive a second 180 days if it meets the other listing standards and gives written notice that it intends to cure, with a reverse split if necessary.
  4. Once the periods run out, Nasdaq issues a delisting determination. The company can appeal to a Hearings Panel, but since January 2025 the stock is suspended from Nasdaq and trades over the counter while the appeal is pending.

One more 2025 change matters for anyone reading a current filing. Under Rule 5810(c)(3)(A)(iv), a company that has effected a reverse split within the prior year, or splits with a cumulative ratio of 250-to-1 or more over two years, gets no compliance period at all: a new dip under $1.00 goes straight to a delisting determination. The NYSE runs the same test through Section 802.01C of its Listed Company Manual, measured as an average closing price below $1.00 over 30 consecutive trading days with a six-month cure period, and since January 2025 it likewise denies the cure period after a reverse split in the prior year.

That is the signal a listing-cure reverse split sends. The stock had spent at least six weeks under $1.00 with a deficiency notice on file, and the split is the last tool left before the clock runs out.

How common are reverse splits?

More common than forward splits, in the most recent full month and in the same month two years earlier. The panel counts US splits of each kind by execution month over the trailing two years, with the reverse-split share of the total.

QueryReverse vs forward splits by execution month, trailing two years
24 rows (showing 20)
monthmonth_labelreverse_split_countforward_split_countreverse_share_pct
2024-09-01Sep 2024665355.5
2024-10-01Oct 2024854863.9
2024-11-01Nov 20241152979.9
2024-12-01Dec 2024583761.1
2025-01-01Jan 2025752178.1
2025-02-01Feb 20251022679.7
2025-03-01Mar 2025754264.1
2025-04-01Apr 2025822874.5
2025-05-01May 2025814166.4
2025-06-01Jun 2025963971.1
2025-07-01Jul 2025682374.7
2025-08-01Aug 2025763966.1
2025-09-01Sep 2025955563.3
2025-10-01Oct 2025883273.3
2025-11-01Nov 2025693069.7
2025-12-01Dec 20251304873
2026-01-01Jan 2026692176.7
2026-02-01Feb 2026892478.8
2026-03-01Mar 20261355670.7
2026-04-01Apr 2026973275.2
The exact SQL behind every number
SELECT
    toStartOfMonth(toDate(execution_date))                                    AS month,
    formatDateTime(month, '%b %Y')                                            AS month_label,
    uniqExactIf((ticker, execution_date), split_to < split_from)              AS reverse_split_count,
    uniqExactIf((ticker, execution_date), split_to > split_from)              AS forward_split_count,
    round(100 * reverse_split_count / (reverse_split_count + forward_split_count), 1) AS reverse_share_pct
FROM global_markets.stocks_splits
WHERE toDate(execution_date) >= toStartOfMonth(addMonths(today(), -24))
  AND toDate(execution_date) <  toStartOfMonth(today())
  AND ticker NOT IN ('SPCX')
GROUP BY month, month_label
ORDER BY month
Run this yourself

In Aug 2026, the most recent full month, 104 reverse splits went effective against 20 forward splits, a 83.9% reverse share. Two years earlier, in Sep 2024, the tally was 66 reverse to 53 forward. The recent stock splits and upcoming stock splits pages list the names behind these counts, with ratios and dates.

How steep is the typical reverse split?

The ratio matters. A 1-for-2 consolidation is a tidy-up; a 1-for-50 says the stock had fallen so far that only a drastic ratio would lift it clear of $1.00 with a cushion, and many companies aim for $5.00 or more, the line above which a stock leaves the US penny-stock definition. The next panel pins a cohort: every reverse split executed between March 2025 and February 2026, bucketed by ratio. The window is fixed so the numbers never refresh, and it ends far enough back that 120 trading sessions have elapsed for every name.

QueryReverse splits executed Mar 2025 to Feb 2026, by consolidation ratio
ratio_bucketreverse_split_countshare_pct
1-for-2 up to 1-for-523322.9
1-for-6 up to 1-for-1029128.6
1-for-11 up to 1-for-2523122.7
1-for-26 up to 1-for-5011010.8
steeper than 1-for-5015315
The exact SQL behind every number
SELECT
    tupleElement(band, 1)                                                          AS ratio_bucket,
    countIf(ratio >= tupleElement(band, 2) AND ratio < tupleElement(band, 3))      AS reverse_split_count,
    round(100 * countIf(ratio >= tupleElement(band, 2) AND ratio < tupleElement(band, 3)) / count(), 1) AS share_pct
FROM
(
    SELECT
        ticker,
        toDate(execution_date)                              AS execution_date,
        max(toFloat64(split_from) / toFloat64(split_to))    AS ratio
    FROM global_markets.stocks_splits
    WHERE split_to < split_from
      AND toDate(execution_date) >= '2025-03-01'
      AND toDate(execution_date) <  '2026-03-01'
      AND ticker NOT IN ('SPCX')
    GROUP BY ticker, execution_date
)
ARRAY JOIN
[
    ('1-for-2 up to 1-for-5',    1.0,   5.5),
    ('1-for-6 up to 1-for-10',   5.5,  10.5),
    ('1-for-11 up to 1-for-25', 10.5,  25.5),
    ('1-for-26 up to 1-for-50', 25.5,  50.5),
    ('steeper than 1-for-50',   50.5, 1.0e9)
] AS band
GROUP BY ratio_bucket
ORDER BY min(tupleElement(band, 2))
Run this yourself

Of the cohort, 22.9% consolidated at 1-for-5 or gentler and 28.6% sat in the 1-for-6 to 1-for-10 band; the steep end beyond 1-for-50 accounted for 15%. For scale, the Kim, Klein and Rosenfeld sample discussed below (1962 to 2001) put 8.4% of reverse splits at exactly 1-for-2 and 10.8% at 1-for-20 or steeper. The cohort includes exchange-traded funds and every other listed security in the splits feed, so it is wider than operating companies alone.

Do stocks go up or down after a reverse split?

The academic record, at the papers' own horizons:

  • Desai and Jain (1997, Journal of Business) studied 76 reverse splits announced between 1976 and 1991 and measured abnormal returns of -10.76% over the year after the announcement and -33.90% over three years.
  • Kim, Klein and Rosenfeld (2008, Financial Management) examined 1,612 reverse splits from 1962 to 2001. Against matched benchmark portfolios (size, book-to-market, momentum) the buy-and-hold abnormal returns were -8.5% over one year, -19% over two years and -29.8% over three, and the ex-split day alone averaged -6.6%. They also report that 91.9% of the sample traded under $5.00 before the split and that most of the names had no shares available to borrow, so the pattern was not one a short seller could harvest.

Those samples end in 2001. The panel below asks the same question of the pinned 2025 to 2026 cohort, measured from the first post-split close at 20, 60 and 120 trading sessions on. Two columns matter: the median move, and how many names still printed a daily bar at each horizon. A name that stops printing has been delisted or halted, the outcome the whole exercise was meant to avoid.

QueryMedian move after the split, same cohort, at 20, 60 and 120 sessions
horizonnames_countmedian_return_pctshare_below_split_close_pct
20 sessions after586-12.769.5
60 sessions after557-2673.1
120 sessions after513-38.675.6
The exact SQL behind every number
WITH
reverse_splits AS
(
    SELECT ticker, toDate(execution_date) AS execution_date
    FROM global_markets.stocks_splits
    WHERE split_to < split_from
      AND toDate(execution_date) >= '2025-03-01'
      AND toDate(execution_date) <  '2026-03-01'
      AND ticker NOT IN ('SPCX')
    GROUP BY ticker, execution_date
),
post_split_closes AS
(
    SELECT
        d.ticker                                                                                   AS ticker,
        r.execution_date                                                                           AS execution_date,
        arrayMap(x -> tupleElement(x, 2), arraySort(groupArray((d.date, toFloat64(d.close)))))    AS closes
    FROM global_markets.stocks_daily_aggs AS d
    INNER JOIN reverse_splits AS r ON r.ticker = d.ticker
    WHERE d.ticker IN (SELECT ticker FROM reverse_splits)
      AND d.date >= '2025-03-01'
      AND d.date <  '2026-10-01'
      AND d.date >= r.execution_date
      AND d.date <  r.execution_date + 200
      AND d.close > 0
    GROUP BY d.ticker, r.execution_date
)
SELECT
    horizon,
    count()                                                                AS names_count,
    round(quantileDeterministic(0.5)(return_pct, cityHash64(ticker)), 1)   AS median_return_pct,
    round(100 * countIf(return_pct < 0) / count(), 1)                      AS share_below_split_close_pct
FROM
(
    SELECT
        ticker,
        sessions_after,
        concat(toString(sessions_after), ' sessions after')    AS horizon,
        100 * (closes[sessions_after + 1] / closes[1] - 1)     AS return_pct
    FROM post_split_closes
    ARRAY JOIN [20, 60, 120] AS sessions_after
    WHERE length(closes) > sessions_after
)
GROUP BY horizon
ORDER BY min(sessions_after)
Run this yourself

Twenty sessions on, the median name had moved -12.7% from its first post-split close and 69.5% of names sat below it. At 120 sessions the median move was -38.6%, with 75.6% below, across 513 names still printing, against 586 at the first horizon. Read the share-below column against a coin flip: 50% would mean the split-day close was as good a guess as any. Forward splits are a different animal, and their record is covered in does a stock go up after a split.

When a reverse split is not a warning

Some reverse splits carry no going-concern signal at all.

  • Exchange-traded funds. Leveraged and inverse ETFs tend to drift lower over long holding periods, and their sponsors consolidate shares to keep the price in a tradeable range. The fund's net asset value per share resets and its solvency is never in question.
  • Restructurings and buybacks. A company emerging from bankruptcy or completing a merger often consolidates shares as part of the new capital structure; Citigroup's 1-for-10 reverse split in May 2011 is the well-known large-cap example. A reverse split followed at once by a forward split cashes out holders of fewer than one new share and cuts the shareholder count, and a consolidation announced alongside a large buyback or a recapitalization reads differently from one announced alongside a deficiency notice.

The filing tells them apart. A listing-cure split cites the exchange rule and the deficiency letter by name; a restructuring split cites the plan it belongs to.

FAQ

Does a reverse stock split change my cost basis?

Total cost basis stays the same; only the per-share figure changes. After a 1-for-10 split, a $500 position of 1,000 shares at $0.50 becomes 100 shares with $5.00 of basis each, and the holding period carries over.

What happens to my options after a reverse split?

Existing contracts are adjusted rather than cancelled. A standard 100-share contract becomes a contract on the reduced number of new shares (10 after a 1-for-10 split) at the same strike, under an adjusted symbol, while new standard contracts on 100 new shares are listed separately.

Can a company be delisted after a reverse split?

Yes. The split only resets the price. If the stock falls under $1.00 again, Nasdaq's rules since January 2025 give no new compliance period to a company that reverse split within the prior year, and the NYSE applies the same restriction.

Are ETF reverse splits a bad sign?

No. A leveraged or inverse ETF consolidates shares to keep its price in a tradeable range after a long decline. The fund's holdings and its strategy are unaffected; only the share count and the per-share price change.


Every panel above carries the exact SQL beneath it. To pin a different window, or to pull one ticker's split and its 120 sessions after, open the query on the Strasmore terminal and change the dates.

#reverse split#stock splits#nasdaq listing#minimum bid price#delisting#post-split returns