1 min read

No more donut hole but Medicare Part D still has squishy center

No more donut hole but Medicare Part D still has squishy center

Beginning in 2010, provisions in the Affordable Care Act gradually reduced the gap between Medicare Part D initial coverage and catastrophic coverage. Ten years later, they finally closed the donut hole – a period which forced consumers to pay 100% of the cost of their prescriptions until the out-of-pocket spending limit was reached. This is no longer the case and costs in this phase are greatly reduced. However, four phases of coverage still exist that consumers need to be aware of so they don’t end up disappointed.

Phase one “deductible phase”

In this phase, the consumer pays the full negotiated rate for their prescriptions. The consumer stays in this phase until the deductible is reached. Consumers who do not have a deductible skip this phase and go right to the initial phase.

Phase two “initial phase”

This phase starts when consumers meet their deductible, or if their plan doesn’t have a deductible. Copays and coinsurance are paid by consumers until the total prescription cost reaches a predetermined threshold. In 2022, that threshold is set at $4,430, and is subject to change on yearly basis.

Phase three “coverage gap”

Formerly a “donut hole,” where drug coverage was nonexistent, consumers can still expect to pay 25% of the negotiated price of their prescription drugs until the out-of-pocket cost threshold is reached. In 2022, this number is set at $7,750.

Phase four “catastrophic coverage”

Finally, consumers in the catastrophic coverage phase are only responsible for a copay limited to 5% of the cost of the prescription This coverage stays in place until the end of the year, when the cycle restarts.

Although the donut hole closed in 2020, there are still gaps in coverage consumers may face. Agents can encourage clients to visit their explanations of benefits summaries often; it will help them understand which phase they are in and how much money they have spent on covered prescriptions.

What should health insurance agents know about the Medicare Part D redesign?

3 min read

What should health insurance agents know about the Medicare Part D redesign?

The Inflation Reduction Act of 2022 spurred significant changes to drug costs – at least for Medicare beneficiaries (sorry, employer groups and...

Read More
Medicare Part D changes (again) in 2026: What health insurance agents should know

2 min read

Medicare Part D changes (again) in 2026: What health insurance agents should know

The 2022 Inflation Reduction Act kickstarted a long series of changes to Medicare Part D. Implementation of that redesign continues in contract year...

Read More
2027 Medicare price negotiations are in, and so are GLP-1s

4 min read

2027 Medicare price negotiations are in, and so are GLP-1s

As it goes with the Inflation Reduction Act, CMS announced negotiated prices for 15 high-cost drugs that take effect January 1, 2027. This time...

Read More
(function () { const publishedMeta = document.querySelector('meta[property="article:published_time"]'); if (!publishedMeta) return; const headline = document.querySelector('meta[property="og:title"]')?.getAttribute('content') || document.querySelector('h1')?.textContent?.trim(); const description = document.querySelector('meta[name="description"]')?.getAttribute('content') || document.querySelector('meta[property="og:description"]')?.getAttribute('content'); const datePublished = publishedMeta.getAttribute('content'); const dateModified = document.querySelector('meta[property="article:modified_time"]')?.getAttribute('content') || datePublished; const image = document.querySelector('meta[property="og:image"]')?.getAttribute('content'); const url = document.querySelector('link[rel="canonical"]')?.getAttribute('href') || window.location.href; const keywords = Array.from(document.querySelectorAll('.blog-post__tag-link')) .map(el => el.textContent.trim()) .filter(Boolean); const schema = { "@context": "https://schema.org", "@type": "BlogPosting", "headline": headline, "description": description, "datePublished": datePublished, "dateModified": dateModified, "url": url, "author": { "@type": "Organization", "name": "Action Benefits", "url": "https://actionbenefits.com" }, "publisher": { "@type": "Organization", "name": "Action Benefits", "url": "https://actionbenefits.com", "logo": { "@type": "ImageObject", "url": "https://go.actionbenefits.com/hubfs/4-Color%20A-Ball-1.png" } } }; if (image) schema.image = image; if (keywords.length > 0) schema.keywords = keywords.join(', '); const script = document.createElement('script'); script.type = 'application/ld+json'; script.textContent = JSON.stringify(schema, null, 2); document.head.appendChild(script); })();