Into Windows

  • Home
  • Windows 11
  • Windows 10
  • Windows 7
  • Privacy
You are here: Home » Windows 10 » How To Reset Or Reinstall Sticky Notes In Windows 10/11

How To Reset Or Reinstall Sticky Notes In Windows 10/11

Last Updated on November 30, 2023 by admin 20 Comments

With Windows 10 Anniversary Update, Microsoft introduced the modern version of the Sticky Notes app to replace the classic Sticky Notes program, which we all have used and are familiar with.

The new Sticky Notes app ships with a couple of new features that are not part of the classic Sticky Notes program. In addition to the new features, the advantage of the Sticky Notes app is that we can easily reset and reinstall the app if it doesn’t work as it’s supposed to.

reinstall sticky notes in Windows 10

While Windows 10/11 doesn’t offer a very straightforward way to reinstall the Sticky Notes app, you can reinstall Sticky Notes in less than five minutes, either using the built-in Settings, PowerShell, or a third-party tool such as CCleaner.

If the Sticky Notes app is not opening or not working, you can reset and reinstall it by following given below directions.

Method 1 – reset Sticky Notes app

Method 2 – reinstall Sticky Notes via PowerShell

Method 3 – reinstall Sticky Notes using CCleaner

Method 1

Reset the Sticky Notes app in Windows 10/11

Note that resetting the Sticky Notes app might delete all existing notes if sync is not turned on.

Step 1: Open the Settings app either using search or Windows logo + I hotkey.

Step 2: On a Windows 10 PC, go to Apps > Apps & features page to see all installed apps. If you are running Windows 11, visit Apps > Installed apps page.

Step 3: On a Windows 1o PC, look for the Sticky Notes entry and click on it to see the Advanced options link. Click the Advanced options link. On Windows 11 PC, click the three dots next to Sticky Notes and then click Advanced options.

reset sticky notes in Windows 10 pic1

 

reset or reinstall sticky notes in Windows 11 pic1

 

Step 3: Click the Reset button to reset the Sticky Notes app. If asked for confirmation, click the Reset button again.

reset sticky notes in Windows 10 pic2

reset or reinstall sticky notes in Windows 11 pic2

Method 2

Reinstall the Sticky Notes app via Settings in Windows 10/11

Step 1: On a Windows 10 PC, navigate to Settings > Apps > Apps & features page. On Windows 11, go to Settings > Apps > Installed apps page.

Step 2: Scroll down the page to see the Sticky Notes entry. On Windows 10, click on the Sticky Notes entry to reveal the Uninstall button. Click on the Uninstall button. When you get the confirmation prompt, click the Uninstall button again.

On Windows 11, click the three dots next to Sticky Notes and then click the Uninstall option. When asked for confirmation, click the Uninstall button again to uninstall and remove Sticky Notes from your Windows 11 PC.

uninstall sticky notes in Windows 10

reset or reinstall sticky notes in Windows 11 pic3

Step 3: Once the Sticky Notes app is removed, open the Store app, search for Microsoft Sticky Notes, and then install the same.

 

reset or reinstall sticky notes in Windows 11 pic4

Method 3

Reinstall the Sticky Notes app using PowerShell

If you’re not familiar with PowerShell, please follow the directions in Method 2 of 4.

Step 1: Open PowerShell with admin rights. To do so, type PowerShell in the Start menu or taskbar search, right-click on the PowerShell entry, and then click the Run as administrator option.

reinstall sticky notes in Windows 10 step4

Click the Yes button if you see the User Account Control prompt to launch PowerShell.

Step 2: At the PowerShell window, type or paste the following code and then press Enter.

Get-AppxPackage Microsoft.MicrosoftStickyNotes | Remove-AppxPackage

Method 4

Another way to reinstall Sticky Notes via the PowerShell

Step 1: Launch the PowerShell as an administrator. Type the following command:

Get-AppxPackage –AllUsers

Executing the above command will list all installed default apps in Windows 10, including the new Sticky Notes app.

reinstall sticky notes in Windows 10 step5

Step 3: Now, look for the Sticky Notes entry, and once you find it, copy its PackageFullName as shown in the picture below. To copy PackageFullName, select it, and then use Ctrl + C hotkey.

reinstall sticky notes in Windows 10 step6.0

Step 4: Finally, execute the following command to uninstall the Sticky Notes app.

Remove-AppxPackage PackageFullName

In the above command, replace PackageFullName with the actual PackageFullName, which you copied in the previous step.

reinstall sticky notes in Windows 10 step8.1

Step 5: Close PowerShell.

Step 6: Open this page of Store in your browser, click the Get the app button to automatically open the Store link in your Store app, and click the  Free/Install button to begin downloading and installing the Sticky Notes app. That’s it! You just reinstalled the Sticky Notes app in Windows 10.

reset or reinstall sticky notes in Windows 11 pic4

Method 4

Reinstall the Sticky Notes app in Windows 10 using CCleaner

Users who don’t want to use PowerShell to uninstall the Sticky Notes app can use CCleaner (free) to easily remove the Sticky Notes app. Here is how to do that:

Step 1: Download CCleaner for Windows 10. Run the setup file to get it installed.

Step 2: Once installed, launch CCleaner, click Tools, and click Uninstall to view all installed default apps, and apps installed from the Store as well as traditional desktop applications.

Step 3: Click on the Microsoft Sticky Notes entry to select it and then click the Uninstall button. Click the OK button when you see the confirmation dialog to remove the app.

reinstall sticky notes in Windows 10 step7

Step 4: Now that Sticky Notes is uninstalled, visit this page of Sticky Notes in your browser, click the Get the app button to open the link Store app, and then click the Install or Get button to download and automatically install the app. Simple as that!

reset or reinstall sticky notes in Windows 11 pic4

Learn how to restore deleted Sticky Note notes in Windows.

Filed Under: Windows 10 Tagged: Apps

Related Posts

  • Fix: Sticky Notes App Doesn't Sync Notes In Windows 10
  • Reset Or Reinstall The Weather App In Windows 10
  • Close/Minimize Sticky Notes Without Deleting In Windows 10
  • 17 Sticky Notes Keyboard Shortcuts In Windows 10
  • Reset And Reinstall The Calendar App In Windows 10
  • How To Add Pictures To Sticky Notes In Windows 10

Comments

  1. weeteck says

    August 16, 2022 at 1:06 pm

    awesome this one works Get-AppxPackage –AllUsers

  2. George Brown says

    April 20, 2021 at 10:21 pm

    THANK YOU !!!!!!!!!!!

  3. Fran says

    July 28, 2020 at 6:47 pm

    Another way to install StickyNotes with PowerShell:

    Get-AppxPackage -AllUsers Microsoft.MicrosoftStickyNotes | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}”

  4. Christine says

    June 5, 2020 at 5:26 pm

    THANK YOU!!!

  5. Tony says

    December 24, 2019 at 8:28 pm

    I ended up resetting the Microsoft Store and it resolved the issue. It brought sticky note back. I was only seeing white boxes before the fix.

  6. Pontus says

    July 9, 2019 at 6:22 pm

    You can reinstall Sticky Notes by running this in a Powershell with Admin priveliges:
    Get-AppxPackage –allusers Microsoft.MicrosoftStickyNotes | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

  7. Henry says

    January 2, 2019 at 8:47 pm

    thank you your suggestion worked!

  8. mick oue says

    September 12, 2018 at 1:44 pm

    I’m sorry but this did not work
    Does anyone have other suggestions?
    please…
    MO

  9. Racerx77 says

    April 3, 2018 at 8:28 pm

    I work for an organization that deploys 1709 upgrade to a large number of computers. The upgrade is causing the sticky note to stop working on some computers. After reinstalling using Powershell, it still does not work. We have blocked the MS Store from user’s computers. What is another way to install the newer version of 2.05 without downloading it from the store?

  10. Zillion says

    February 19, 2018 at 1:16 am

    Thank you!! It took me so long to find this article, and so little time to follow your advice (Method 1) – brill!

  11. Sonia says

    February 9, 2018 at 2:38 am

    After lots of searching I found this tutorial – thank you!

  12. Ron'D'Great says

    February 8, 2018 at 7:38 pm

    You Sir is a GENIUS! Thanks for helping out and this is really great with all the step by step with pictures! You are so awesome!

  13. Charmaine says

    November 3, 2017 at 11:18 am

    I have tried reinstalling the Microsoft Stickynotes application with both the system reset and the Powershell reset, but my stickynotes app still does not work! When i try to launch it, it just states “This app can’t open. Check the Windows store for more info about Sticky Notes. And when i go to the store and try reinstalling it, the same problem applies. Please email me if you can help!

  14. David Biffert says

    September 9, 2017 at 6:47 am

    Perfect, thank you, all good now!

  15. Rich Rafton says

    July 24, 2017 at 10:18 pm

    What heroes you are. Solved both Edge & Sticky Notes disappearance after last Win Update.

    Keep ’em coming

    Rich

  16. jlk says

    February 17, 2017 at 1:53 am

    Get-AppxPackage *StickyNotes* | remove-AppxPackage

  17. Debabrata Patnaik says

    December 29, 2016 at 8:00 am

    Just a word wow. I have enabled insights which resulted in hung sticky notes. Thanks for the clear information on reset. Really made my day. Keep rocking and help fellow compadres.

    Regards,
    Debabrata

  18. Charlie says

    November 7, 2016 at 12:32 am

    I tried the powershell method which successfully removed sticky notes, but when I reinstalled it, it still doesn’t work! I click the icon and it just shows the busy symbol for a few seconds and nothing ever shows up. Please email me if you can help!

  19. Bereket B. says

    October 24, 2016 at 3:48 pm

    Thanks Sir. Worls

  20. Ashton says

    October 20, 2016 at 3:12 pm

    Thanks

    This worked perfectly. Easy to follow too!

Leave a Reply

Your email address will not be published. Required fields are marked *

Advertisements

Search Into Windows

Recent posts

  • 5 Ways To Go To Desktop In Windows 11
  • How To Show Battery Percentage On Taskbar In Windows 11
  • Fix: AMD Software Adrenalin Edition Not Opening In Windows 11
  • How To Show Year On Windows 11 Taskbar
  • Windows 11 24H2 Is Available Now
  • How To Create 7z & TAR Files In Windows 11 Without Using Additional Apps
  • How To Remove Bell Icon From Taskbar In Windows 11
  • How To Reinstall Windows 11 Without Losing Apps And Files
  • How To Hide/Show Files & Icons On Desktop In Windows 10/11
  • How To Show Hidden Icons On Taskbar In Windows 11

About us

  • About Us
  • Contact Us
  • Privacy Policy

Copyright © 2025 · Into Windows