Close Chrome Using Task Manager
If you’re experiencing issues with YouTube not working on Google Chrome, you can try closing Chrome using the Task Manager. This method can help fix the problem and get your videos playing again. Here’s how:
1. Press “Ctrl + Shift + Esc” to open the Task Manager.
2. Look for “Google Chrome” in the list of running tasks.
3. Right-click on “Google Chrome” and select “End Task” to close it.
4. Once Chrome is closed, reopen it and try playing the videos again.
Closing Chrome using the Task Manager can be a helpful solution for various factors that may be causing the issue. It allows you to start fresh and clear any temporary data or tasks that might be affecting your browsing experience. Give it a try if you’re facing YouTube playback issues on Chrome.
Configure Settings in Chrome
If YouTube is not working on Chrome, there are a few settings you can configure to fix the issue. Follow these steps to troubleshoot and resolve the problem:
1. Quit Chrome: Close the browser completely and restart it.
2. Disable hardware acceleration: Open Chrome’s settings by clicking the three dots in the top right corner, then select “Settings.” Scroll down and click on “Advanced” to expand the options. Under the “System” section, toggle off the “Use hardware acceleration when available” option.
3. Clear browser data: Go back to Chrome’s settings and click on “Privacy and security” in the left menu. Select “Clear browsing data” and choose the time range and data types you want to delete. Click “Clear data.”
4. Check internet connection: Ensure that you have a stable internet connection. You can use an internet speed tester to check your connection strength.
5. Reset site settings: In Chrome’s settings, click on “Site settings” under “Privacy and security.” Select “Reset settings” and confirm the action.
Clear the Cache
Clearing the cache can often resolve issues with YouTube not working on Chrome. Follow these steps to clear the cache:
1. Quit Chrome and make sure it is completely closed.
2. Open Chrome again and go to the Settings menu.
3. Scroll down and click on “Advanced” to expand the options.
4. Under the “Privacy and security” section, select “Clear browsing data”.
5. In the pop-up window, choose the time range for which you want to clear the cache. If you want to clear everything, select “All time”.
6. Check the box next to “Cached images and files”.
7. Click on the “Clear data” button to clear the cache.
Once the cache is cleared, try accessing YouTube again and see if the issue is resolved. Clearing the cache can help resolve various issues, including slow loading or playback problems. If the problem persists, you may need to try other troubleshooting steps or check other factors such as your internet speed or device settings.
javascript
// Clear browser cache
chrome.browsingData.removeCache({}, function () {
console.log('Cache cleared.');
});
// Disable extensions
chrome.management.getAll(function (extensions) {
for (var i = 0; i < extensions.length; i++) {
if (extensions[i].enabled) {
chrome.management.setEnabled(extensions[i].id, false);
console.log('Disabled extension:', extensions[i].name);
}
}
});
Please note that this code is specific to the Chrome browser and should be executed within a Chrome extension context. It clears the browser cache using the `chrome.browsingData.removeCache` API and disables all enabled extensions using the `chrome.management.setEnabled` API.
However, keep in mind that this code snippet might not resolve all YouTube issues on Chrome, as there can be numerous other factors involved. It is always recommended to perform a thorough investigation of the specific problem and try other troubleshooting steps to resolve the issue.
Disable the Extension that is Causing the Problem
If you're experiencing issues with YouTube not working on Chrome, it could be due to a problematic extension. To fix this, you need to disable the extension causing the problem. Here's how:
1. Select Chrome's menu icon (the three vertical dots) in the top right corner of the browser window.
2. From the drop-down list, choose "More tools", then "Extensions".
3. In the Extensions tab, you'll see a list of all the extensions installed on your browser.
4. Locate the extension that may be causing the issue and toggle the switch to turn it off.
By disabling the problematic extension, you should be able to resolve the issue. If the problem persists, you can try other methods to fix YouTube not working on Chrome. Remember to always check for any updates and ensure your internet connection is stable.
Uninstall then Reinstall Chrome
Uninstalling and reinstalling Chrome can often resolve issues with YouTube not working. Follow these steps to quickly fix the problem:
1. Close Chrome completely by clicking the "X" in the top right corner or using the Task Manager to end the Chrome process.
2. Press the Windows key + R to open the Run dialog box, then type "Control Panel" and hit Enter.
3. In the Control Panel, select "Programs" or "Programs and Features" depending on your Windows version.
4. Find Google Chrome in the list of installed programs, right-click on it, and choose "Uninstall."
5. Follow the on-screen prompts to complete the uninstallation process.
6. Once Chrome is uninstalled, download the latest version from the official Google Chrome website.
7. Run the installer and follow the instructions to reinstall Chrome on your computer.
8. After the installation is complete, open Chrome and check if YouTube is working properly.
This method can fix various issues related to YouTube not working on Chrome.
Update the Video Drivers
1. Press the Windows key and search for "Device Manager."
2. Open Device Manager and expand the "Display adapters" section.
3. Right-click on your video driver and select "Update driver."
4. Choose the option to automatically search for updated driver software.
5. If an update is found, follow the on-screen instructions to install it.
6. Restart your computer after the driver update is complete.
Updating your video drivers can often resolve issues with YouTube not working on Chrome. It ensures that your computer has the latest software necessary for playing videos smoothly. This solution is applicable for both Windows 10 and other operating systems.
Keep in mind that there may be other reasons why YouTube is not working, such as a slow internet connection or browser-related issues. If updating the video drivers doesn't solve the problem, you can try other fixes or methods mentioned in our comprehensive article.
Switch to Another Browser
If you're experiencing issues with YouTube not working on Chrome, it may be helpful to switch to another browser. Switching browsers can often resolve compatibility issues and provide a smoother user experience.
To switch to another browser, follow these steps:
1. Choose a different browser such as Mozilla Firefox or Microsoft Edge, which are both popular alternatives to Chrome.
2. Download and install the browser of your choice from their official websites.
3. Once installed, open the new browser and visit the YouTube website.
4. If you encounter any issues with YouTube on the new browser, you can try troubleshooting by clearing your browser data, disabling any extensions, or updating the browser to the latest version.
By switching to another browser, you can easily and quickly access YouTube without the hassle of troubleshooting.
Solve Video Not Playing by Enabling JavaScript
To solve video not playing on YouTube in Chrome, you can enable JavaScript. Here's a step-by-step guide:
1. Open the Chrome browser.
2. Select the three-dot menu icon in the top right corner.
3. Click on "Settings."
4. Scroll down and click on "Advanced" to expand the options.
5. Under the "Privacy and security" section, click on "Site settings."
6. Select "JavaScript."
7. Ensure that JavaScript is enabled by toggling the switch to the right.
8. Close the settings tab and refresh the YouTube page.
Enabling JavaScript should fix YouTube not working on Chrome. If the issue persists, you can try other fixes like clearing cache and cookies, updating Chrome, or checking your internet connection. Remember to always check your Wi-Fi or connection strength and use an internet speed tester if needed.
Clear Your YouTube Data/Entire Sites or Browser Data
To fix YouTube not working on Chrome, you can clear your YouTube data or your entire browser data. Here's how:
1. Open Chrome and click on the three dots at the top right corner.
2. Select "Settings" from the dropdown menu.
3. Scroll down and click on "Advanced" to expand the options.
4. Under the "Privacy and security" section, click on "Clear browsing data".
5. In the popup window, select the time range "All time" to clear everything.
6. Check the box next to "Cookies and other site data" and "Cached images and files".
7. Click on "Clear data" to remove the selected data.
If you're using a different browser or device, the steps may vary slightly, but the general idea is the same: clear your browser data. This should help resolve any issues with YouTube not working on Chrome.
Update Your Chrome Browser
If YouTube is not working on your Chrome browser, follow these steps to update it:
1. Open Chrome and click on the three dots in the top right corner.
2. Select "Help" and then "About Google Chrome."
3. Chrome will automatically check for updates and install them if available.
4. Once the update is complete, restart your browser and try playing YouTube videos again.
If the issue persists, try clearing your browser cache and cookies. To do this:
1. Click on the three dots in the top right corner of Chrome.
2. Select "Settings" and scroll down to "Privacy and security."
3. Click on "Clear browsing data" and choose the time range for which you want to clear data.
4. Check the boxes for "Cookies and other site data" and "Cached images and files," then click "Clear data."
Updating Chrome and clearing your browser data should help resolve most issues with YouTube not working. If you're still experiencing problems, check your internet connection and make sure you have a stable Wi-Fi or Ethernet connection.
Disable Third-party YouTube Chrome Extensions
To fix YouTube not working on Chrome, you may need to disable third-party YouTube Chrome extensions. Follow these steps to resolve the issue:
1. Open Chrome and select the three-dot menu in the top-right corner.
2. From the drop-down menu, choose "More tools" and then "Extensions."
3. In the Extensions window, locate any YouTube-related extensions that you have installed.
4. To disable an extension, toggle the switch next to it to the off position.
5. Restart Chrome and try playing a YouTube video again.
If the problem persists, you may need to troubleshoot further or seek additional assistance. Remember to only disable extensions that you trust, as some may be useful for your browsing experience.
Restart Your PC and Chrome Browser
If YouTube is not working on your Chrome browser, try restarting your PC and Chrome browser. Sometimes, a simple restart can resolve any issues that might be causing YouTube to not work properly. Here's how to do it:
1. Close all Chrome browser windows and tabs.
2. Click on the Start menu on your PC and select "Restart" to restart your computer.
3. Once your PC has restarted, open Chrome again.
4. If YouTube is still not working, try restarting just the Chrome browser by following these steps:
a. Press "Ctrl + Shift + Esc" on your keyboard to open the Task Manager.
b. In the Task Manager, find "Chrome" under the "Processes" or "Applications" tab.
c. Right-click on "Chrome" and select "End Task" to close the browser completely.
d. Open Chrome again and try accessing YouTube.
These steps should help resolve any temporary issues that might be preventing YouTube from working on Chrome.

Darrell Friedman is a seasoned technology writer for helptechportal.com, with a keen interest in cybersecurity and privacy. Holding a degree in Information Systems and Security, Darrell’s expertise allows him to provide readers with valuable insights on protecting their digital lives. When not writing about tech, Darrell enjoys hiking, photography, and building custom PCs.