‘The Diplomat’ Season 4: Netflix Release Date Estimate & Everything We Know So Far

Picture Credit: Netflix
Kate and Hal Wyler are officially heading back to our screens. The Diplomat will return for a highly anticipated fourth season on Netflix, and with production now fully wrapped, we’re tracking everything you need to know about the next chapter of the hit political thriller.
The stakes for season 4 are, let’s say, quite high. Fortunately, Netflix didn’t make us sweat it out waiting to know if it’d come back; they gave the series a very quick renewal, option to renew the series for Season 4 back in May 2025—months before the third season even dropped.
With the series currently riding high on a fresh wave of Emmy nominations, here is your comprehensive updated guide to everything we know so far about The Diplomat Season 4, from massive casting shakeups and new filming locations to our best release date prediction.

The Diplomat Scores 6 Emmy Nominations
Before we look ahead to Season 4, we have to celebrate The Diplomat’s massive showing at the upcoming 78th Annual Primetime Emmy Awards! For its explosive third season, the political thriller raked in an impressive six nominations, firmly cementing its status as one of Netflix’s best prestige dramas:

Outstanding Drama Series
Lead Actress in a Drama Series (Keri Russell)
Lead Actor in a Drama Series (Rufus Sewell)
Outstanding Guest Actor in a Drama Series (Bradley Whitford)
Outstanding Writing for a Drama Series (“Amagansett” by Peter Ackerman and Debora Cahn)
Outstanding Casting for a Drama Series

The show also continues to have decent viewership on Netflix in addition to its ability to keep picking up nominations. Season 3 notably spent 3 weeks in the global top 10s, and the series has now picked up, according to Netflix’s Engagement Reports, 783.8M viewing hours globally between 2023 and mid-2026, equating to 126.4M views. 

(function () {
if (!window.wonWatermarkPlugin) {
window.wonWatermarkPlugin = {
id: ‘wonWatermark’,
afterDraw: function (chart) {
var ctx = chart.ctx;
var area = chart.chartArea;
if (!ctx || !area) return;
// Scale watermark to the chart’s current pixel width so it stays
// a subtle attribution on phones (20px on a 320px canvas would
// dominate) while still reading on a 1200px desktop chart.
var w = area.right – area.left;
var fontSize = Math.max(11, Math.min(20, Math.round(w * 0.045)));
var offset = Math.max(6, Math.round(w * 0.018));
ctx.save();
ctx.font = ‘700 ‘ + fontSize + ‘px -apple-system, BlinkMacSystemFont, “Segoe UI”, Arial, sans-serif’;
ctx.fillStyle = ‘rgba(0, 0, 0, 0.22)’;
ctx.textAlign = ‘right’;
ctx.textBaseline = ‘bottom’;
ctx.fillText(‘whats-on-netflix.com’, area.right – offset, area.bottom – Math.max(4, Math.round(offset * 0.6)));
ctx.restore();
}
};
}

// Shared compact-number helper. Returns e.g. “1.2B”, “45.6M”, “789K” when
// useCompact is true, otherwise the full `toLocaleString()` form. Used by
// every chart’s datalabels and axis ticks on mobile so wide numbers like
// “1,234,567,890” don’t crowd small viewports. Tooltips keep the full
// number for accuracy.
if (!window.wonCompactNumber) {
window.wonCompactNumber = function (value, useCompact) {
if (value === null || value === undefined || isNaN(value)) return ”;
var n = Number(value);
if (!useCompact) {
return n.toLocaleString();
}
try {
if (typeof Intl !== ‘undefined’ && Intl.NumberFormat) {
if (!window.wonCompactFormatter) {
window.wonCompactFormatter = new Intl.NumberFormat(‘en’, {
notation: ‘compact’,
maximumFractionDigits: 1
});
}
return window.wonCompactFormatter.format(n);
}
} catch (e) {}
// Manual fallback for browsers without Intl compact notation support.
var abs = Math.abs(n);
var divisor, suffix;
if (abs >= 1e9) { divisor = 1e9; suffix = ‘B’; }
else if (abs >= 1e6) { divisor = 1e6; suffix = ‘M’; }
else if (abs >= 1e3) { divisor = 1e3; suffix = ‘K’; }
else { return n.toLocaleString(); }
var scaled = n / divisor;
var formatted = scaled.toFixed(scaled >= 100 ? 0 : (scaled >= 10 ? 1 : 2));
return formatted.replace(/(.d*?)0+$/, ‘$1’).replace(/.$/, ”) + suffix;
};
}

// Mirror the host theme’s body font onto Chart.js defaults so chart text
// (ticks, legend, tooltips, datalabels) matches the surrounding article.
// Chart.js is loaded with `defer`, so we wait for DOMContentLoaded before
// touching `Chart.defaults` — by that point Chart.js is guaranteed to be
// parsed but no chart in this file has instantiated yet (their init code
// also runs on DOMContentLoaded, and they’re registered after this block
// in HTML source order, so listener-registration order keeps us first).
if (window.wonChartFontDefaults) return;
window.wonChartFontDefaults = true;

function applyThemeChartFont() {
if (typeof Chart === ‘undefined’ || !Chart.defaults || !Chart.defaults.font) {
return false;
}
var bodyFont = ”;
try {
bodyFont = getComputedStyle(document.body).fontFamily || ”;
} catch (e) {}
if (bodyFont) {
Chart.defaults.font.family = bodyFont;
}
return true;
}

if (document.readyState === ‘loading’) {
document.addEventListener(‘DOMContentLoaded’, applyThemeChartFont);
} else {
applyThemeChartFont();
}
})();

{
“@context”: “https://schema.org”,
“@type”: “Dataset”,
“name”: “Netflix Cumulative Views Over Time – The Diplomat – Season 1, The Diplomat – Season 2 and The Diplomat – Season 3 (4-week trend)”,
“description”: “Week-by-week cumulative views trend for The Diplomat – Season 1, The Diplomat – Season 2 and The Diplomat – Season 3 on Netflix across 4 weeks. The Diplomat – Season 1 finishes the period with the highest cumulative count at 25,600,000 views. Combined final total: 56,700,000 views. Data sourced from Netflix’s official Top 10 engagement reports.”,
“license”: “https://www.whats-on-netflix.com/corrections-policy/”,
“keywords”: “Netflix, cumulative views, viewership trend, Netflix Top 10, weekly views, time series, The Diplomat – Season 1, The Diplomat – Season 2, The Diplomat – Season 3”,
“creator”: {
“@type”: “Organization”,
“name”: “What’s on Netflix”,
“url”: “https://www.whats-on-netflix.com/”
},
“publisher”: {
“@type”: “Organization”,
“name”: “What’s on Netflix”,
“url”: “https://www.whats-on-netflix.com/”
},
“datePublished”: “2026-07-28”,
“dateModified”: “2026-07-28”,
“variableMeasured”: “Cumulative weekly views over time (Netflix Top 10)”,
“measurementTechnique”: “Running totals derived from Netflix’s official weekly Top 10 engagement reports”,
“temporalCoverage”: “4 weeks”,
“spatialCoverage”: “Global”,
“isAccessibleForFree”: true,
“about”: [
{“@type”:”CreativeWork”,”name”:”The Diplomat – Season 1″},
{“@type”:”CreativeWork”,”name”:”The Diplomat – Season 2″},
{“@type”:”CreativeWork”,”name”:”The Diplomat – Season 3″} ],
“distribution”: {
“@type”: “DataDownload”,
“encodingFormat”: “JSON”,
“contentUrl”: “#cumulativeChart_6a681baf4871c” }
}

Netflix Cumulative Views Over Time – The Diplomat – Season 1, The Diplomat – Season 2 and The Diplomat – Season 3 (4-week trend)
Week-by-week cumulative views for 3 Netflix titles: The Diplomat – Season 1, The Diplomat – Season 2, The Diplomat – Season 3. Combined final total: 56,700,000 views.

Weekly cumulative Netflix views for The Diplomat – Season 1, The Diplomat – Season 2 and The Diplomat – Season 3 over 4 weeks.

Title
Week 0
Week 1
Week 2
Week 3
Week 4
Final cumulative

The Diplomat – Season 1
0
8,500,000
18,300,000
22,900,000
25,600,000
25,600,000

The Diplomat – Season 2
0
5,600,000
11,500,000
14,800,000
16,800,000
16,800,000

The Diplomat – Season 3
0
4,800,000
11,100,000
14,300,000

14,300,000

document.addEventListener(‘DOMContentLoaded’, function () {
var ctx = document.getElementById(‘cumulativeChart_6a681baf4871c’).getContext(‘2d’);

// Responsive sizing so the line chart doesn’t squash itself on
// narrow viewports. Right padding shrinks because the end-of-line
// pill labels also shrink; axis/title fonts scale to match the
// bar-graph scheme; ticks switch to compact notation on mobile.
var isMobile = window.innerWidth

Leave a Reply

Your email address will not be published. Required fields are marked *