How To Open New Window New May 2026
Whether you're looking for a fresh start or trying to compare two websites side-by-side, opening a new window is a fundamental skill for efficient browsing. Here is how you can do it across different devices and platforms. Quick Keyboard Shortcuts
The fastest way to open a new window is by using a keyboard shortcut. These combinations work in almost every major browser, including Google Chrome, Safari, Firefox, and Microsoft Edge. Windows / Linux / ChromeOS: Press Ctrl + N. Mac: Press Command (⌘) + N. Private/Incognito Window: Windows/ChromeOS: Ctrl + Shift + N. Mac: Command (⌘) + Shift + N.
Firefox (Mac/Windows): Ctrl + Shift + P or Command (⌘) + Shift + P. Using the Browser Menu
If you prefer using your mouse, you can find the option within your browser's interface: how to open new window new
Chrome/Edge: Click the three vertical dots (or horizontal ellipsis) in the top-right corner and select "New window".
Safari/Firefox: Click "File" in the top menu bar (on Mac) and select "New Window".
Right-Clicking Links: If you want to open a specific link in a new window, right-click the link and choose "Open link in new window". Advanced Window Management Whether you're looking for a fresh start or
Browsers offer several "hidden" ways to manage your workspace beyond just opening a blank window. Chrome keyboard shortcuts - Computer - Google Help
Here’s a clear, step-by-step guide on how to open a new browser window, depending on what you’re trying to do.
How to open a new window new in Windows 10 & 11
- Taskbar Trick: Hover your mouse over the browser icon on the taskbar. A preview will pop up. Right-click the icon and select "New window" (or middle-click the icon to open one instantly).
- Start Menu: Press the Windows key, type your browser name, then press
Ctrl + Shift + Enterto open a new window as Administrator (if needed).
How to open a new window new in macOS
- Finder/Dock: Right-click (or two-finger click) the Safari/Chrome/Firefox icon in your Dock. Hold
Option(⌥) and "New Window" will change to "New Private Window" – but simply click "New Window." - Mission Control: Open a new window (
⌘ + N), then useControl + Upto enter Mission Control and drag the new window to a different desktop space.
2. For Web Developers (HTML/JavaScript)
JavaScript to force a new window (with size/features):
window.open("https://example.com", "newWindowName", "width=800,height=600,toolbar=yes,location=yes");
- First param: URL
- Second param: window name (reuse same window if name matches)
- Third param: features (size, toolbar, etc.) → this triggers a new window, not a tab.
✅ To guarantee a new window (not a tab), you must specify
widthandheightin the features string. How to open a new window new in Windows 10 & 11
Issue 2: Malware or Browser Hijack
If Ctrl + N opens a spam website instead of a blank window, you have adware.
- Fix: Run a virus scan (Malwarebytes) or reset your browser settings to default.
1. Using Keyboard Shortcuts (Fastest Method)
- Windows/Linux:
Ctrl + N - Mac:
Cmd + N
This opens a fresh, new window of your current browser (Chrome, Edge, Firefox, etc.) with your default home page or new tab page.