How to keep a window on top windows 10 năm 2024

When working with multiple windows in Windows 10, you might want to keep a window always on top for easy reference. Learn three different ways of accomplishing this.

When you are working in Windows with limited screen space, it’s useful to have certain windows stay on top of others. Some programs in Windows automatically incorporate this “always on top” feature, but most programs don’t, and Windows doesn’t include this feature either.

Today we’ll cover three ways to easily add the “always on top” feature to every single program in Windows.

1. Use a Keyboard Shortcut with an Always on Top AutoHotkey Script

AutoHotkey is a free program that allows you to create scripts to perform multiple actions with a single keyboard shortcut. It runs in the background and sits in the system tray.

We’re going to use AutoHotkey to create a script that will keep a selected window on top of all others when you press Ctrl + Spacebar when that window is active. We’ll show you the script and explain how it works. But we’ll also provide a downloadable AutoHotkey script file you can use.

Download and install AutoHotkey and then run it.

Download the AlwaysOnTop.ahk script file, extract the .zip file, and put the script in a folder on your hard drive that won’t be moved or deleted.

The script contains some comments and then the following command:

^SPACE::  Winset, Alwaysontop, , A

This command sets the currently active window to always be on top when you press Ctrl + Spacebar. If you’d rather use a different key combination, you can change the first part of the command, “SPACE“. The “” character represents the Ctrl key. You’ll find the symbols to use for other hotkeys in the Hotkey Modifier Symbols section on this AutoHotkey help page.

How to keep a window on top windows 10 năm 2024

You can put the script in the Windows startup folder (%AppData%\Microsoft\Windows\Start Menu\Programs\Startup), so it starts automatically when Windows starts.

How to keep a window on top windows 10 năm 2024

The AutoHotkey script stays in the system tray.

To make the active window always on top, press Ctrl + Spacebar (or the keyboard shortcut you assigned). Press the keyboard shortcut again to disable “always on top” for the active window.

How to keep a window on top windows 10 năm 2024

For script options, right-click on the AutoHotkey icon in the system tray.

How to keep a window on top windows 10 năm 2024

2. Use Your Mouse with DeskPins

DeskPins provides pins you can grab and use to keep any window on top of all other windows. The program sits in the system tray and uses minimal resources.

Download and install DeskPins. Run the program, right-click the icon in the system tray, and select Options to change the Pins, Autopin, and Hotkeys settings.

How to keep a window on top windows 10 năm 2024

On the Pins tab, you can change the color of the pins. The Tracking rate controls how often each pin checks the pinned window’s position and state. Lower values make the pins more responsive. You can enter any number from 10 to 1000 msec (milliseconds).

If you have an older computer, you may want to increase the Tracking rate number to avoid slowing down your computer.

You can also choose Single click or Double click under Tray Icon Activation to indicate how you get pins from the DeskPins system tray icon. The default is Single click.

How to keep a window on top windows 10 năm 2024

You can have DeskPins automatically pin certain types of windows using rules on the Autopin tab.

Check the Enable box and then click Add to add a new rule. Use the checkboxes next to the rules to enable and disable individual rules.

Click Help to access the DeskPins help file for more information about automatically pinning windows.

How to keep a window on top windows 10 năm 2024

DeskPins provides default shortcuts for entering pin mode and toggling the active window pin. You can change these shortcuts on the Hotkeys tab.

How to keep a window on top windows 10 năm 2024

To pin a window on top, click (or double-click, depending on the setting) the DeskPins icon in the system tray.

How to keep a window on top windows 10 năm 2024

Then, click the title bar on the window you want to keep always on top.

How to keep a window on top windows 10 năm 2024

A pin displays on the title bar of the chosen window in the color you specified, or in the default color red.

Click the pin again to disable always on top for the window.

How to keep a window on top windows 10 năm 2024

3. Use a System Tray Menu with TurboTop

TurboTop also sits in your system tray like DeskPins. But it operates differently.

Download and install TurboTop. Then, run the program.

To keep a window always on top, click the TurboTop icon in the system tray. A list of all open windows displays. Select the title of the window you want.

How to keep a window on top windows 10 năm 2024

Any windows you choose to be always on top are indicated with a checkmark on the TurboTop menu.

To stop keeping a window always on top, click the TurboTop icon in the system tray and select that window again, so there’s no checkmark next to the window name on the menu.

How to keep a window on top windows 10 năm 2024

Bring the Always-on-Top Feature to All Windows

Whether you like using keyboard shortcuts or prefer using the mouse, there’s an easy solution for keeping windows always on top. If you’ve found other options for keeping windows always on top, let us know in the comments.

How do I force a window to stay on top?

By default, you'll be able to trigger the feature by using the keyboard shortcut Windows + Ctrl + T, but you can change it to something else—more on that later. 3. That's it—Always on top is ready to use. Now, open whatever app or window you want to keep in front and hit the keyboard shortcut to pin it in place.

How do I lock a window on top in Windows 10?

Pin a windowWhen you activate Always On Top (default: ⊞ Win + Ctrl + T ), the utility pins the active window above all other windows. The pinned window stays on top, even when you select other windows.

Is there a way to pin a window on top?

To pin a window, simply select the window you want to keep on top and press Ctrl + F11. This action will activate the 'always on top' feature for the selected window. If you wish to revert the window back to its standard layering, press Ctrl + F12 while the window is selected.

How do I make my window appear on top?

You can now press Ctrl+Space to set any currently active window to be always on top. Press Ctrl+Space again set the window to no longer be always on top.