Let me know your exact context (browser extension, web app, desktop app, or end-user help article), and I’ll give you a precise implementation or documentation snippet.
Opening a new window in your web browser can be done quickly using keyboard shortcuts, mouse clicks, or menu options across Windows, Mac, and Linux. Keyboard Shortcuts
The fastest way to open a blank new window is a simple key combination: Windows / Linux / Chromebook: Press Ctrl + N. Mac: Press ⌘ + N.
Incognito/Private Window: Press Ctrl + Shift + N (Windows) or ⌘ + Shift + N (Mac). Mouse & Navigation Shortcuts
If you want to open a specific link or move an existing tab into its own window: Open link in new window: Hold Shift and click the link.
"Tear off" a tab: Click and drag an existing tab out of the tab strip to turn it into its own window.
Open address bar URL in new window: Type a URL into the address bar and press Shift + Enter. Menu Methods If you prefer using your mouse and menus: How To Open A New Window In Chrome
In the quiet town of Technopolis, was an aspiring writer drowning in a sea of browser tabs. His research for a historical thriller was getting tangled with his grocery list and cat video distractions. He realized he didn't need more tabs; he needed a fresh start. He needed a new window The Keyboard Quest
Leo first looked to his keyboard, the tool of his trade. He discovered that a simple ritual could summon a new window instantly: On his Windows PC , a quick press of made a brand-new Google Chrome window appear like magic. When he switched to his for editing, he used Command (⌘) + N to achieve the same result across almost any app, from Finder to Word The Secret Menus
Sometimes, Leo preferred a more deliberate approach. He explored the visual paths built into his favorite tools: The "Three Dots" Path : In Chrome or Edge, he’d click the three vertical dots in the top-right corner and select "New window" The Taskbar Trick : On his Windows taskbar, he found he could simply Shift + click middle-click an icon (like File Explorer or Chrome) to launch a second instance without ever touching the app's menu. The Mac File Menu : On macOS, he often just went to the top menu bar, clicked , and chose New Window The Shadow Realm (Incognito) how to open new window new
When Leo needed to research mysterious plot points without cluttering his search history, he summoned the "Shadow Realm"— Incognito Mode Chrome/Edge Ctrl + Shift + N (Windows) or ⌘ + Shift + N (Mac) to open a dark, private window. : Here, the ritual changed slightly to Ctrl + Shift + P (Windows) or ⌘ + Shift + P
By mastering these "portals," Leo cleared his digital workspace. With one window dedicated to history and another to his grocery list, he finally finished his thriller, all thanks to the power of a fresh view. organize these windows using features like Split Screen or Snap Layouts? How To Open A New Window In Chrome
18;write_to_target_document1a;_AvjtabnSFeOfptQPgePQqAM_10;56;
18;write_to_target_document1a;_AvjtabnSFeOfptQPgePQqAM_20;56; 0;309;0;228;
To open a new window, the method varies depending on whether you are using a web browser, a productivity app like Microsoft Word, or your computer's file system. 0;92;0;a3; 0;834;0;166; Web Browsers (Chrome, Edge, Firefox)
You can quickly open a new browser window using keyboard shortcuts or menu options: 0;381;0;403; Keyboard Shortcuts: Windows/Linux/ChromeOS0;c5a;0;81a;: Press Ctrl + N 0;9cf;. Mac: Press Command (⌘) + N 0;b4b;.
Browser Menu: Click the three dots or three lines (top-right corner) and select "New window" 0;9af;.
Dragging Tabs: Click an existing tab and drag it away from the current tab strip to "tear it off" into its own new window 18;write_to_target_document7;default0;4c0;0;4c0;0;4c0;18;write_to_target_document1a;_AvjtabnSFeOfptQPgePQqAM_20;b5d;.
Incognito/Private Mode: Use Ctrl + Shift + N (Windows) or ⌘ + Shift + N (Mac) for a private browsing window 0;42;. Let me know your exact context (browser extension,
18;write_to_target_document7;default0;4c0;0;52c;18;write_to_target_document1a;_AvjtabnSFeOfptQPgePQqAM_20;1450; Productivity Apps
Microsoft Word: Go to the View tab and click "New Window" to open a second instance of your current document 0;a8b;.
Microsoft Outlook: You can set new messages to open in a separate window by adjusting the settings panel or using Ctrl + N while in the mail view 18;write_to_target_document7;default0;4c0;18;write_to_target_document1a;_AvjtabnSFeOfptQPgePQqAM_20;42;. File Explorer (Windows)
New Explorer Window: Press Ctrl + N while in a folder to open a duplicate window of that folder 0;824;.
Open Folder in New Window: Right-click a folder and select "Open in new window" 0;42;.
18;write_to_target_document7;default0;434;18;write_to_target_document1a;_AvjtabnSFeOfptQPgePQqAM_20;dd5;
Are you trying to open a specific type of report or application in a new window?
18;write_to_target_document1b;_AvjtabnSFeOfptQPgePQqAM_100;57; 0;f5;0;195;
18;write_to_target_document1a;_AvjtabnSFeOfptQPgePQqAM_20;a5; HTML target="_blank"
18;write_to_target_document7;default18;write_to_target_document1a;_AvjtabnSFeOfptQPgePQqAM_20;1e37;0;4c21;
18;write_to_target_document7;default0;a1;0;a1;18;write_to_target_document1b;_AvjtabnSFeOfptQPgePQqAM_100;a50;0;5ea; 0;2b4c;0;37d5; How To Open A New Window In Chrome
Here’s a clear, step-by-step guide on how to open a new browser window, depending on what you’re trying to do.
Web-specific security and behavior:
| OS/Browser | New Window (blank) | New Window (with current page) |
|------------|------------------|--------------------------------|
| Windows/Linux | Ctrl + N | Ctrl + Shift + N (Chrome: incognito) – otherwise use Ctrl + click link |
| Mac | Cmd + N | Cmd + Shift + N (Chrome: incognito) |
| Any | Middle-click on a link → new tab, not window; Shift + middle-click → sometimes new window |
If you’re building a website and want a link or button to open a new browser window (not just a tab), use:
<a href="https://example.com" target="_blank" rel="noopener noreferrer">Open new window</a>
Note: Modern browsers often open
target="_blank"as a new tab, not a window.
To force a new window, you’d use JavaScript’swindow.open()with dimensions:
window.open('https://example.com', '_blank', 'width=800,height=600');
But pop-up blockers may block this unless triggered by a user click.
To open a new folder window:
| Action | Result |
|--------|--------|
| New Window (Ctrl+N) | Separate browser instance, independent tabs |
| New Tab (Ctrl+T) | Stays inside the same window |
Use a new window when you need side‑by‑side browsing or separate sessions (e.g., logged into two different accounts on the same site).