The Hidden URL Components
To make the web appear less intimidating and more user-friendly for the average consumer, Google Chrome developers have steadily moved toward simplifying the text displayed in the address bar (the Omnibox). One of the most controversial changes was the decision to hide “steady-state” URL schemes. By default, Chrome hides the https:// and the www. portions of a web address once the page has fully loaded. Google argues these components are technical jargon that distracts from the actual domain name.
However, for web developers, IT professionals, and security-conscious power users, this simplification is highly problematic. Knowing exactly what protocol is being used, or whether you are on a “www” subdomain versus a bare domain, is critical information for debugging routing issues, configuring SSL certificates, or analyzing phishing attempts. Having to click twice inside the address bar just to reveal the full URL slows down technical workflows. The “Omnibox UI Hide Steady-State URL Scheme” flag historically allowed users to disable this behavior and force Chrome to always display the complete, unedited web address.
How to Force Chrome to Show the Full URL
You can attempt to disable the URL hiding feature via the experimental flags menu.
- Open Google Chrome.
- Click inside the main address bar at the top of the browser.
- Type
chrome://flagsand press Enter. - When the “Experiments” page loads, use the search bar at the top to search for Omnibox UI Hide Steady-State URL Scheme.
- If the flag is available, click the dropdown menu next to it and select Disabled.
- Click the blue Relaunch button at the bottom of the screen.
Important Note: Google has aggressively deprecated this specific flag in newer versions of Chrome, permanently forcing the simplified URL view. If you cannot find this flag, you can achieve a similar result by right-clicking inside the Omnibox and selecting Always show full URLs from the context menu (if that option is currently supported in your build).