
DevTools
Chrome DevTools is a set of web developer tools built directly into the Google Chrome browser. DevTools can help you edit pages on-the-fly and diagnose problems quickly, which helps you build better websites, faster.
Open DevTools
All of the ways that you can open Chrome DevTools.
What's New in DevTools
Stay up to date with the latest DevTools changes.
DevTools Tips
A series of bite-size videos to help you to learn features in DevTools.
Commands and shortcuts
Quickly accomplish tasks.
Run commands in the Command Menu
A guide on how to open the Command Menu, run commands, open files, see other actions, and more.
Keyboard shortcuts
The canonical documentation for Chrome DevTools keyboard shortcuts.
Disable JavaScript
See how a web page looks and behaves when JavaScript is disabled.
Simulate mobile devices with Device Mode
Use virtual devices in Chrome's Device Mode to build mobile-first websites.
Search across loaded resources
Find text across all loaded resources with the Search tab.
Panels
Discover the power of each DevTools panel.
Elements - DOM
Learn how to view and change a page's DOM using Chrome DevTools.
Elements - CSS
Learn how to view and change a page's CSS using Chrome DevTools.
Console
Log messages and run JavaScript.
Sources
View and edit files, create Snippets, debug JavaScript, and set up a Workspace.
Network
Log network requests.
Performance
Evaluate site performance with DevTools.
Memory
Find memory issues that affect page performance, including memory leaks, memory bloat, and frequent garbage collections.
Application
Inspect, modify, and debug web apps, test cache, and view storage.
Recorder
Record, replay, measure user flows, and edit their steps.
Rendering
Discover a collection of options that affect web content rendering.
Issues
Find and fix problems with your website.
Security
Use the Security panel to make sure that a page is fully protected by HTTPS.
Memory Inspector
Inspect an ArrayBuffer, TypedArray, or DataView in JavaScript, as well as WebAssembly and memory of C++ Wasm apps.
Network conditions
Override the user agent string. Disable Select automatically and choose from the list or enter a custom string.
Media
Use the Media panel to view information and debug the media players per browser tab.
Animations
Inspect and modify animations with the Animations tab.
Changes
Track changes to HTML, CSS, and JavaScript.
Coverage
Find and analyze unused JavaScript and CSS code in Chrome DevTools.
Developer Resources
Use the Developer Resources drawer tab to check if source maps load successfully and load them manually.
CSS Overview
Identify potential CSS improvements with the CSS Overview panel.
Lighthouse
Optimize website speed with the Lighthouse panel.
Performance insights
Get actionable insights on your website's performance with the Performance insights panel.
Sensors
Emulate device sensors.
WebAuthn
Emulate authenticators.