Netflix Top 10s: Gabby’s Dollhouse Grows in Season 14, Why Crew Girl Was Renewed, The Gentlemen Season 2 Still Down 50%
Picture Credits: Netflix
It’s Tuesday, which means the latest batch of Netflix viewing data has arrived. Covering the week of September 14th to the 20th, 2026, this week’s top 10 report is a fascinating study in viewing trajectories. We’ve got massive week-over-week growth stories, a handful of incredibly soft movie debuts, and the arrival of the latest chapter in Ryan Murphy’s Monster universe. We also officially close the 91-day window on one of Netflix’s biggest hits of the decade.
Personal note: Sorry for the lack of top 10 reports for the last few weeks. Life + work things have meant less time, but I’m back with glazed eyes at 8 PM, ready to go again!
We’ve already done some stories for this week’s top 10 stories, including covering the renewal of Crew Girl, but we’ve got more to cover on that below. We’ve also capped off the top 10 run for I Will Find You, which concluded its 91-day run last Thursday and now stands as the #5 English series of all time. You can see the full list of Netflix’s most-watched titles ever (plus archives of previously featured titles) in our big guide.
A few titles missed out on the top 10s this week, including most notably the second season of Stranger Things: Tales from ’85. The Fixers is similarly absent, and there’s no sign of Pokémon Horizons: Season 3: Rising Hope or General Mayhem: The Killing of Brigadier J.
Monster: The Lizzie Borden Story
We’ve already gone over the top-level stats for Monster: The Lizzie Borden Story here, and while it comes in last place compared to prior entries, it’s effectively tied with seasons 2 and 3, with only a minor drop in reality. But how well is the series performing against other shows? Let’s take a look at that front:
(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 – UNTAMED, I Will Find You, The Watcher, DAHMER, Zero Day and 13 more Netflix titles (1-week cumulative views)”,
“description”: “Cumulative weekly views for UNTAMED, I Will Find You, The Watcher, DAHMER, Zero Day and 13 more Netflix titles on Netflix over 1 weeks. UNTAMED leads the comparison with 24,600,000 cumulative views. Combined total: 220,500,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, UNTAMED, I Will Find You, The Watcher, DAHMER, Zero Day, Monsters – The Lyle and Erik Menendez Story, Monster: The Ed Gein Story, Monster: The Lizzie Borden Story”,
“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-23”,
“dateModified”: “2026-09-23”,
“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”:”UNTAMED”},
{“@type”:”CreativeWork”,”name”:”I Will Find You”},
{“@type”:”CreativeWork”,”name”:”The Watcher”},
{“@type”:”CreativeWork”,”name”:”DAHMER”},
{“@type”:”CreativeWork”,”name”:”Zero Day”},
{“@type”:”CreativeWork”,”name”:”Monsters – The Lyle and Erik Menendez Story”},
{“@type”:”CreativeWork”,”name”:”Monster: The Ed Gein Story”},
{“@type”:”CreativeWork”,”name”:”Monster: The Lizzie Borden Story”},
{“@type”:”CreativeWork”,”name”:”Black Doves – Season 1″},
{“@type”:”CreativeWork”,”name”:”American Primeval”} ],
“distribution”: {
“@type”: “DataDownload”,
“encodingFormat”: “JSON”,
“contentUrl”: “#netflix_bar_graph_6ab3411b894cb” }
}
Netflix Viewership Comparison – UNTAMED, I Will Find You, The Watcher, DAHMER, Zero Day and 13 more Netflix titles (1-week analysis)
Cumulative views over 1 weeks for 18 Netflix titles: UNTAMED, I Will Find You, The Watcher, DAHMER, Zero Day, Monsters – The Lyle and Erik Menendez Story, Monster: The Ed Gein Story, Monster: The Lizzie Borden Story, Black Doves – Season 1, American Primeval, The Waterfront – Season 1, The Abandons, Ransom Canyon – Season 1, Nemesis – Season 1, The Beast in Me, House of Guinness – Season 1, Something Very Bad Is Going to Happen, Vladimir. Combined total: 220,500,000 views.
Netflix cumulative views ranking for UNTAMED, I Will Find You, The Watcher, DAHMER, Zero Day and 13 more Netflix titles over 1 weeks.
Title
Opening Week Views
Rank
UNTAMED
24,600,000
1
I Will Find You
24,000,000
2
The Watcher
22,300,000
3
DAHMER
22,000,000
4
Zero Day
19,100,000
5
Monsters – The Lyle and Erik Menendez Story
12,300,000
6
Monster: The Ed Gein Story
12,200,000
7
Monster: The Lizzie Borden Story
12,100,000
8
Black Doves – Season 1
10,800,000
9
American Primeval
10,400,000
10
The Waterfront – Season 1
8,300,000
11
The Abandons
7,300,000
12
Ransom Canyon – Season 1
7,200,000
13
Nemesis – Season 1
7,100,000
14
The Beast in Me
6,900,000
15
House of Guinness – Season 1
5,200,000
16
Something Very Bad Is Going to Happen
4,500,000
17
Vladimir
4,200,000
18
(function() {
var showLabels = true;
var titleHighlight = “Monster: The Lizzie Borden Story”;
// 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_6ab3411b894cb’);
var ctx = canvasEl.getContext(‘2d’);
// Detect mobile screen size
var isMobile = window.innerWidth









