4 ways to pin windows on Windows screen

Windows does not provide a built-in tool to allow users to pin any window to always on top. There are many third-party tools for this, but they are often heavy and complicated.

While there are many tools for pinning a window to stay on top of other windows, some of them are old and don’t work well with modern versions of Windows or 64-bit versions. This article will outline the best and most reliable ways to do exactly what you need. Whether you want to use a keyboard shortcut or a graphical menu, these are the ideal ways to make a window stay on top of other windows. And, these tools are compatible with most versions of Windows.

One thing to note: there are some great apps that can make a window stay on top of other windows, among other things, but in this article we’re only looking at lightweight free tools that only serve the purpose of pinning windows. However, the article also mentions some other apps in case you’re interested or have used them.

4 Best Ways to Pin Windows on Windows Desktop

1. How to pin windows on Windows 10, Windows 11 screen using PowerToys

In the latest update, the PowerToys toolkit has brought desktop pinning capabilities to all Windows applications. After installing PowerToys 0.53.1, you can easily pin a Windows window to the top of the screen by using the Win + Ctrl + T keyboard shortcut.

The specific steps are as follows:

Step 1 : First, you need to download PowerToys 0.53.1 from GitHub or Microsoft Store and then proceed to install.

B2 : Right-click on the PowerToys icon in the system icon tray on the Taskbar and select Settings.

4 ways to pin windows on Windows screen

B3 : Click Always On Top . Here you can customize Always On Top on/off, adjust the shortcut key to turn Always On Top on/off, the default is Win + Ctrl + T. You can also check Do not activate when Game Mode is on to disable the window pinning feature when you play games. In the section below, you can choose whether to display borders for the pinned window or not, if you choose yes, you will be able to choose the color and size of the screen border. In addition, you can set a notification sound when Always On Top mode is turned on/off as well as set up excluded applications that are never put into Always On Top mode.

4 ways to pin windows on Windows screen

4 ways to pin windows on Windows screen

Note : Always On Top feature will only work when PowerToys is running in the background. If you exit PowerToys, this feature will also stop working. Therefore, you will have to open PowerToys first or set PowerToys to start with Windows.

2. Use a shortcut: AutoHokey

Using the excellent and useful AutoHotkey program, you can create a script that sets the active window to always stay on top of other windows when you press a certain key combination. This script is lightweight and doesn't use a lot of resources or create unnecessary system clutter. You can even use AutoHotkey to compile the script into its own executable if you don't want to keep the entire AutoHotkey program running, or want an easy way to execute the script on other PCs.

First, you'll need to download and install AutoHotkey . Once that's done, you'll need to create a new script (if you're already using AutoHotkey, add an existing script or create a new one). To create a new script, right-click anywhere on your desktop or in a File Explorer window, point to the " New " menu, then select the "AutoHotkey Script" option , name the script file whatever you want.

4 ways to pin windows on Windows screen

Next, right-click on the new AutoHotkey script and then select the “ Edit Script option . This will open the script for editing in Notepad or whatever editing program you use.

4 ways to pin windows on Windows screen

In the Notepad window, paste the following line of code at the bottom of the page. You can then save and close the script.

^SPACE:: Winset, Alwaysontop, , A

Next, double-click the script to run it. You'll know it's running because a green "H" icon will appear in your system tray to indicate it's running in the background.

4 ways to pin windows on Windows screen

You can now press Ctrl + Space to set any active window on top of all other windows. Press Ctrl + Space again to return to the normal window.

And if you don't like the Ctrl + Space key combination , you can change the ^SPACE part of the script to whatever key you want. Refer to the Hotkeys documentation on the AutoHotkey website for help.

3. Using the mouse: DeskPins

If you prefer using the mouse over keyboard shortcuts, DeskPins provides a simple way to make a window always stay on top of other windows by pinning them.

First, you need to download and install DeskPins . Once installed, run DeskPins. You will see it add an icon to the system tray.

4 ways to pin windows on Windows screen

When you want to pin any window, click the DeskPins icon in the system tray. The cursor will turn into a pin and you can click any window to bring it to the top. Pinned windows have a red pin added to the title bar so you can easily tell which windows are pinned and which are not.

4 ways to pin windows on Windows screen

To remove a pin from a window, hover your mouse over it. Your cursor will show a small “X” on it to let you know you’re about to remove the pin. And if you want to remove the pin from all the windows you pinned at once, right-click its icon in the system tray and then select the “Remove All Pins” option.

4 ways to pin windows on Windows screen

4. Use the k or system menu : TurboTop

TurboTop pins a menu system on its system tray icon so you can make a window float on top of other windows. After downloading and installing TurboTop , click the system tray icon to see a list of all your open windows. Click on a window name to make it float to the top. Windows that are on top will have a checkmark, click them again to un-float them.

4 ways to pin windows on Windows screen

This app is impressive because it's a small utility that hasn't been updated since 2004 and yet it still works so well thirteen years later, which is a testament to the power of this tool.

Don't install anything: Built-in app options

Many applications have built-in options that let you set windows to stay on top of other windows. You often see these options in media players, system utilities, and other popular tools. Programs that accept plug-ins may also have a plug-in that you can install to pin the program's own window to the top.

For example, here's how to enable the built-in option in some popular programs:

  • VLC: Click Video > Always on top.
  • iTunes: Click the menu button in the upper-left corner of the iTunes window and select Preferences . Click the Advanced tab and enable the “Keep MiniPlayer on top of all other windows” or “Keep movie window on top of all other windows” option . Switch to the MiniPlayer window by clicking the menu button and selecting Switch to MiniPlayer.
  • Windows Media Player : Click Organize > Options. Select the Player tab and check the "Keep Now Playing on the other windows" box.
  • Firefox: Install the Always on Top extension . Once it's downloaded, press Alt and select View > Always on Top . You can also just press Ctrl + Alt + T to make the current Firefox window always stay on top of other windows.
  • Pidgin : Click Tools > Plugins in the Buddy List window. Enable the included Windows Pidgin Options plugin, click Configure Plugin and set "Keep Buddy List windows on top".
  • Process Explorer: Click Options > Always on Top.

In addition to these apps, there are a number of larger, more fully featured window and desktop utilities that also offer the ability to keep windows always on top. DisplayFusion, for example, offers this feature (even in its free version), but also offers tools for managing multiple monitors, controlling desktops and windows in all sorts of ways, and even tweaking other Windows settings. Actual Windows Manager also offers this feature, plus over 50 other desktop management tools. If you’re already using one of them or are interested in the others, give them a try.

Above are three ways to pin a window on top of other windows in Windows, hope the article is useful to you.

Good luck!

Sign up and earn $1000 a day ⋙

Leave a Comment

12 Most Useful PowerShell Commands for Windows

12 Most Useful PowerShell Commands for Windows

Most IT admins use PowerShell for scripting and automation, but it's not just for IT pros—anyone who deals with messy folders needs these commands.

12 Best Custom PC Building Websites

12 Best Custom PC Building Websites

Building a custom PC is no easy task, especially for beginners. Luckily, there is plenty of help available on the Internet.

How to delete old Windows restore points to free up space

How to delete old Windows restore points to free up space

By checking your storage usage, deleting old restore points, and setting reasonable storage limits, you can keep your storage under control without sacrificing its protection.

How to fix Microsoft Store not working error

How to fix Microsoft Store not working error

Microsoft Store (Windows Store) is not the most popular app store, as it is full of bugs, issues, and tends to be unstable.

What is Windows Superfetch (SysMain)? How to disable Superfetch?

What is Windows Superfetch (SysMain)? How to disable Superfetch?

SuperFetch is available on Windows versions but is known by very few users. In the article below, WebTech360 will guide you how to enable or disable SuperFetch on Windows 10/8/7.

How to view Windows 11 text and image creation apps

How to view Windows 11 text and image creation apps

Starting with Windows 11 build 26120.4741 (Beta 24H2) and build 26200.5710 (Dev 25H2), users can see which third-party apps have used Windows-powered AI models.

How to fix the error “Ethernet doesnt have a valid IP configuration”

How to fix the error “Ethernet doesnt have a valid IP configuration”

Sometimes DHCP cannot get a valid IP address from the Network Interface Card, it will show an error message “Ethernet doesn't have a valid IP configuration”.

PowerShell and everything you need to know about this utility

PowerShell and everything you need to know about this utility

What is PowerShell? Microsoft PowerShell is a command-line utility and scripting language that is a powerful tool for administrators, allowing you to automate a wide range of tasks for computers and networks.

Popular TP Link modem login addresses

Popular TP Link modem login addresses

To change the password or WiFi name for TP Link modem, users need to log in to the address for this modem line. So what is the TP Link modem login address?

Top 10 best internet security software today

Top 10 best internet security software today

These days, users can pay to protect all their devices – whether it’s a PC, Mac, or smartphone. But with so many options on the market today, it can be hard to know where to start. Here’s a list of the best internet security suites available today.

How to Change DNS Server on Windows 11

How to Change DNS Server on Windows 11

If the default DNS server provided by your ISP seems slow, insecure, or unreliable, you don't have to use it. Here's how you can change the DNS server settings on your Windows 11 computer.

Enable GodMode on Windows 10, 8 and 7

Enable GodMode on Windows 10, 8 and 7

GodeMode is called Shortcut Windows Master Control Panel. GodMode (or God Mode) is a control panel, allowing you to set up and access everything on your Windows operating system.

How to set up automatic computer cleaning

How to set up automatic computer cleaning

Computers often get overloaded with temporary files and other junk that we often don't have time to clean up. This is where automatic cleaning comes in and you should start using it right away.

Simple Sandbox Tips to Help You Stop Worrying About Malware

Simple Sandbox Tips to Help You Stop Worrying About Malware

Malware attacks have never been more intense, but we're finally finding peace of mind thanks to strategic sandboxing techniques.

How to Backup and Restore Microsoft Defender Windows 11

How to Backup and Restore Microsoft Defender Windows 11

You can back up and restore your Microsoft Defender settings on a new computer or troubleshoot any issues you may have with the application.