‘The Gentlemen’ Season 2 Suffers Viewership Slump in Opening Week

Picture Credit: Netflix
After a two-and-a-half-year wait, Guy Ritchie’s aristocratic weed empire has finally returned to our screens. But despite the massive success of its debut outing back in 2024, the highly anticipated second season of The Gentlemen has gotten off to a remarkably rocky start on Netflix.
According to new Netflix global Top 10 data, The Gentlemen Season 2 suffered a major viewing slump during its opening weekend, debuting at #3 on the English TV charts and pulling in just about half the viewership of its predecessor.
Was the drop-off due to a dip in quality, or did the long gap between seasons kill the momentum? As we noted in our review of Season 2, the show takes some massive stylistic swings this time around. That tonal shift is no accident, either; just last month, the show’s cinematographer spoke with us about bringing a much darker evolution to the new batch of episodes. Reviews across the board were strong again for the return, with the series capturing plenty of headlines thanks to Megan Markle at one stage (or perhaps still) being eyed for a role in the third season. 
Whatever the reason for the sluggish start, let’s dive into the numbers and see exactly how Season 2 stacks up against Season 1—and the rest of Netflix’s returning roster.

An Apples-to-Apples Comparison: Season 1 vs. Season 2
When analyzing Netflix data, we always look for an apples-to-apples comparison, and thankfully, both seasons of The Gentlemen give us exactly that. Both seasons were released on a Thursday (March 7th, 2024, and September 3rd, 2026, respectively), meaning both had an identical four-day opening weekend window.
Here is how their opening weekends compare:

The Gentlemen: Season 1 (Opening Weekend): 81.5 million hours viewed / 12.2 million Views (CVE) / Debuted at #1
The Gentlemen: Season 2 (Opening Weekend): 49.8 million hours viewed / 6.7 million Views (CVE) / Debuted at #3

(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 Viewership Comparison – The Gentlemen – Season 1 and The Gentlemen – Season 2 (1-week cumulative views)”,
“description”: “Cumulative weekly views for The Gentlemen – Season 1 and The Gentlemen – Season 2 on Netflix over 1 weeks. The Gentlemen – Season 1 leads the comparison with 12,200,000 cumulative views. Combined total: 18,900,000 views. Data sourced from Netflix’s official Top 10 engagement reports.”,
“license”: “https://www.whats-on-netflix.com/corrections-policy/”,
“keywords”: “Netflix, viewership, streaming data, Netflix Top 10, weekly views, audience metrics, The Gentlemen – Season 1, The Gentlemen – Season 2”,
“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-09-09”,
“dateModified”: “2026-09-09”,
“variableMeasured”: “Cumulative weekly views (Netflix Top 10)”,
“measurementTechnique”: “Aggregation of Netflix’s official weekly Top 10 engagement reports”,
“temporalCoverage”: “1 weeks”,
“spatialCoverage”: “Global”,
“isAccessibleForFree”: true,
“about”: [
{“@type”:”CreativeWork”,”name”:”The Gentlemen – Season 1″},
{“@type”:”CreativeWork”,”name”:”The Gentlemen – Season 2″} ],
“distribution”: {
“@type”: “DataDownload”,
“encodingFormat”: “JSON”,
“contentUrl”: “#netflix_bar_graph_6aa0cc1658d01” }
}

Netflix Viewership Comparison – The Gentlemen – Season 1 and The Gentlemen – Season 2 (1-week analysis)
Cumulative views over 1 weeks for 2 Netflix titles: The Gentlemen – Season 1, The Gentlemen – Season 2. Combined total: 18,900,000 views.

Netflix cumulative views ranking for The Gentlemen – Season 1 and The Gentlemen – Season 2 over 1 weeks.

Title
Opening Week Views
Rank

The Gentlemen – Season 1
12,200,000
1

The Gentlemen – Season 2
6,700,000
2

(function() {
var showLabels = true;
var titleHighlight = “The Gentlemen – Season 2”;
// Title rendered above the chart in place of the legend (1 week → “Opening Week”).
var chartTitle = “Opening Week Views”;

function loadScript(src, callback) {
var script = document.createElement(‘script’);
script.src = src;
script.onload = callback;
document.head.appendChild(script);
}

function createChart() {
var canvasEl = document.getElementById(‘netflix_bar_graph_6aa0cc1658d01’);
var ctx = canvasEl.getContext(‘2d’);

// Detect mobile screen size
var isMobile = window.innerWidth

Leave a Reply

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