What is the Google Chrome Keyboard Shortcut to Open the Current Tab in a New Window?

Don't think there is a native way of doing that in Chrome.

However there is an Chrome extension specifically for that – Tab to Window Keyboard Shortcut.


  1. Close current tab CTRL+W
  2. Open new window CTRL+N
  3. Re-open recently closed tab CTRL+ShiftT

I don't believe there is a single command for that. You might try using something like AutoHotKey to automate the several individual commands involved in copying the url (alt+d, ctrl+c), closing the original tab (ctrl+w), opening the new window (ctrl+n) and then pasting the url (ctrl+v).