by camhart on 9/19/25, 2:15 PM
If the video is encoded using a codec your hardware doesn't handle, it would be left up to the CPU to decode. Av1 can slow everything down to a crawl over CPU. You'd think the browser would be smart about the stream selection though.
by jeroenhd on 9/19/25, 3:30 PM
Youtube has been turning on AV1 for 1080p content for me. My phone is the only device with an AV1 hardware decoder. The impact on battery life and CPU usage has been extreme.
You can tell Youtube to prefer AV1 only for low-quality videos (https://www.youtube.com/account_playback) or you can install an extension that will force h264 playback where supported.
Other playback features such as ambient mode and volume equalisation can also impact performance, though that kind of depends on how fast your web browser is at executing Javascript, and to a much smaller extent.
The substantial bandwidth savings are here to stay, though, so in time I think Youtube will move to AV1 more often.
by bArray on 9/19/25, 1:56 PM
I have noticed Google sites showing what looks like some form of memory leak. Typically it's only Microsoft websites doing this.
by liquidise on 9/19/25, 2:20 PM
Disabling “Ambient Mode” in the settings helps cpu usage a lot on my intel MBA.
by dijit on 9/19/25, 3:48 PM
Tangially related; imgur uses (and used) 100% CPU for me; I was never quite sure how or why.
The reason I bring it up is because I tried to actually profile it a handful of times, but my C++/Rust/Python knowledge was completely useless in the face of a browser development toolchain.
Did I miss something, or is it not possible to easily see what functions take the meat of javascript execution time?
(it feels really absurd if it's not easy, given that people can essentially serve whatever arbitrary script they want and my computer pretty much has to deal with it if I want to use whatever site)
by RisingFusion on 9/19/25, 2:00 PM
If you have an adblocker it might be intentional.
by binaryturtle on 9/19/25, 3:39 PM
Worth checking the browser console. If you use a content blocker (e.g. uBlock Origin) it may block things the site really, really "wants". It then goes into an extreme busy loop and throws exceptions to the console like a berserker on a nightly rampage.
Once you carefully whitelist the resource it wants the CPU usage goes down again. At least that fixed it for me (I was mistakenly checking various codec related settings in Firefox first too to find a solution.)
by DrNosferatu on 9/19/25, 2:32 PM
by zarzavat on 9/19/25, 2:02 PM
Thought it was just me! This started happening just today.
by jjbinx007 on 9/19/25, 2:21 PM
YouTube is pretty shocking in Firefox, even worse with an ad blocker.
by Am4TIfIsER0ppos on 9/19/25, 2:08 PM
On the few occasions I visit I noticed excessive CPU usage with their crappy "ambient" mode.
by busterarm on 9/19/25, 1:57 PM
This started happening on one of my older computers recently and I had to actually disable hardware acceleration to get the audio to stop being out of sync. The tradeoff for that has been noticeable frame dropping. I even added an extension to force h264 but there's no difference.
It can play video no problem on other sites or in VLC. It's just YouTube and just on that PC...That PC can run Doom Eternal. Video content shouldn't be a problem.
by iLemming on 9/19/25, 3:05 PM
Somewhat relevant: can somebody share good mpv defaults (or some other interesting technique) for playing YT videos? I have managed to get it to work, but it still pauses a lot for bufferring. I wonder if there's maybe some yt-dlp, ffmpeg, etc. trick to pre-cache some segments or something like that. The reason to play it in mpv is not to avoid commercials (I have a paid account), but because I can then play it from my editor while fully controlling the playback - it works great for watching lectures and taking notes.
by queenkjuul on 9/23/25, 12:25 AM
Happens after I've had YouTube open in Firefox for many hours (which is like every day on the Ubuntu box plugged into my TV). I don't think it's codec related, i should have av1 hw decoding, and videos play fine all day, until they don't
by acheong08 on 9/19/25, 2:37 PM
by sjw987 on 9/19/25, 2:02 PM
Sorry to hijack, but...
I have weird issues with YouTube on my home PC. If I have a Chrome window with a YouTube video running to the side of my monitor, it always inevitably ends up freezing up the whole display. Ctrl+Alt+Delete and cancelling back in makes it go away briefly, however sometimes it can just keep freezing the monitor up constantly.
The weird thing is, the PC (running Windows 11) has a powerful graphics card which can handle AAA games (as of earlier this year at least), graphics drivers are all up to date, and YouTube works fine in fullscreen across the whole ultra-wide monitor.
I just can't work out what's causing it. It makes running YouTube side-by-side with other programs a real pain in the ass. It's been like this for months now. Checked browser HWA settings, and they're all as they should be.
by cpncrunch on 9/19/25, 4:02 PM
As others have noted, if you don't have hardware decoding for the codec being used, it will suck up a huge amount of cpu. Last year I got a new Macbook Pro with M3 Pro cpu, and it's amazing how little cpu it uses for video playback. After watching an hour of Youtube, the battery is down only about 5 or 10%.
by kmfrk on 9/19/25, 5:43 PM
Livechats are particularly bad.
For desktop, the extension HyperChat was made to address whatever programming is leading the livechat system to blowing up your CPU.
https://livetl.app/hyperchat
by orsev on 9/19/25, 2:21 PM
Have only noticed this on my Windows machine, not any of my Macs. The windows machine has enough horsepower to use most of it's 2000w power supply, so I don't think it's a hardware issue. Using firefox engine & an adblocker fwiw.
by ChocoStarQuest9 on 9/30/25, 5:52 AM
AV1: The Future is Now, old man
by Aldipower on 9/19/25, 2:00 PM
When I open the "My Videos" tab, then I get this problem, otherwise it works.
by SigmundA on 9/19/25, 2:17 PM
I keep getting the video restarting after a few seconds randomly, very annoying even more so when it's the ad that restarts from the beginning, which almost seems intentional. Like a bug that nobody is in a hurry to fix.
by buckle8017 on 9/19/25, 2:33 PM
Disable ambient mode.
It can use a ridiculous amount of CPU.
It seems hardware accelerated only on windows chrome.
by mamcx on 9/19/25, 3:25 PM
Also: Recently my videos "goes full black" for few milliseconds (not matter which way to see them, but yt is where I noted it more). I'm on M3, and can't pin point a reason.
by cosmotic on 9/19/25, 4:53 PM
Edge has been freezing on me for months with over 100% CPU usage. I finally figured out it was a youtube downloader extension. I disabled it and the problem went away.
by 2OEH8eoCRo0 on 9/19/25, 3:15 PM
It's probably the special Google hardware obsoleting sauce called AV1. Without hardware acceleration your computer will struggle to decode their videos.
by jjallen on 9/19/25, 2:04 PM
I have not and don’t run an adblocker fwiw.
by gatane on 9/19/25, 2:24 PM
Also happens with Github and anything that uses ads lately. A 2 core PC dies while trying to render those pages.
by paol on 9/19/25, 2:20 PM
I've had something similar happen starting maybe a year ago, and varying in intensity from "no problem" up to "pegged CPU in the youtube tab and UI actions can lag up to several seconds". It doesn't affect video playback though.
This behavior comes and goes over time, for example it's been fine for several weeks in a row now. I assume it's punishment for running an ad-blocker.
by barrenko on 9/19/25, 2:39 PM
I have like 4 simple tabs and my Chrome is hogging 1.8GBs of RAM.
by SoftTalker on 9/19/25, 2:37 PM
I pretty much only watch YouTube via the app on my phone, rarely in a browser. I also pay for Premium. Have not noticed any recent/new issues.
by geor9e on 9/19/25, 9:04 PM
No other context, huh? Not even browser and OS? If youtube itself was stuttering, 100M daily users would flip out. So narrow it down. For example if you add the word Edge to your search you might find settings like Video SuperResolution that can tax your CPU
https://www.reddit.com/r/LinusTechTips/comments/1bcmmdo/micr...by Gud on 9/19/25, 8:24 PM
Yes, happens to me in the last few days.
I thought it was Firefox going bananas after some update, but I’m glad to find out it’s just another user hostile ploy from the owning class
by snickerdoodle14 on 9/19/25, 2:16 PM
If you have an adblocker and it happens at the start of a video then this is intentional