Chrome DevTools
Clear the Console
To clear the Console in Chrome DevTools, press Ctrl + L. On a Mac, press Cmd + K instead. It works in the browser version.
Where it works: Console panel
On a Mac, Option and L also clears the Console.
Every documented variant
| System | Environment | Keys |
|---|---|---|
| Mac | Web app | CmdK |
| Windows | Web app | CtrlL |
Where this comes from
Keyboard shortcuts - Chrome DevTools - Chrome for Developers
Documentation checked on 2026-09-14. That is a documentation review, not a test run inside the application.