SOLVED: Fix Windows 10 Start Button Does Nothing in 10 Minutes

UPDATE: June 21, 2016 – Microsoft has released a free repair tool for the Windows 10 START menu.  You can read very brief explanation and download it here.

UPDATE: Jan 19 2018 – If your issue is that typing searches into the START menu is very slow or sluggish, the easy solution is HERE.

If you have been through the typical fixes for the annoying problem of having your Windows 10 Start Button not working, then this is the page for you.  In case you are just starting to work on this problem, you might be interested in our most popular page of 2015 which contains four very common fixes for this problem: “Windows 10 Start Menu and Modern Apps Do Not Function” .

This page explains a more complex, but certainly not difficult solution, to the Windows 10 Start Button does not function problem.  The premise is that your “Tile Data Layer” database is corrupt and so all you have to do is copy that database from another profile:

Step 1: Create New Profiles

  1. Login to windows (in your normal and broken Windows profile)
  2. Right-click the Start button, then Command Prompt (Admin)
    • If that fails try Press WINDOWS key + X Key and select Command Prompt (Admin)
  3. Enter the following commands (one at a time and press ENTER after each one) in the Command Prompt window
    .
    net user TempAdmin1 “password1” /add
    net user TempAdmin2″“password2” /add
    net localgroup administrators “TempAdmin2” /add
    .
  4. Sign out (you can try CNTL+ALT+DEL and select SIGN OUT if you are stuck)

STEP 2: Copy the TileDataLayer Database:

  1. Login to the TempAdmin1 account using password password1
  2. Logout (do not SWITCH USERS)
  3. Login to the TempAdmin2 account, using password2
  4. Click START and select File Explorer, click the VIEW tab (at the top of the screen), then check on Hidden Items
  5. Double click your way to  C:\Users\TempAdmin1\AppData\Local\TileDataLayer
    • Click CONTINUE when you see the security prompt
  6. Right-click the folder DATABASE and select COPY from the context menu
  7. Double click your way to (C:\Users\<YOUR USERNAME>\AppData\Local\TileDataLayer)
  8. Right-click the DATABASE folder and Rename to DATABASE.DelMe
  9. Right-click on an blank area in that folder, and select PASTE
  10. Reboot your Windows 10 PC and then sign into the user that had the problem

If your Windows 10 Start Button is working, you are done, otherwise proceed to step 3 below.

STEP 3: Reregister the AppPackages – NOT ALWAYS REQUIRED

There are reports from several people that the simply replacing the TileDataLayer Database did not resolve the Windows 10 Start Button not working problem.  If this is your situation, login as the user with the failing Windows 10 Start Button and run through the following process

  1. Press WINDOWS Key + R on your keyboard
    • if this does not work try CNTL+ALT+DEL and select START
  2. Type POWERSHELL and press Enter
  3. Right click on the PowerShell icon on the taskbar and select RUN AS ADMINISTRATOR
  4. Copy / Paste the following command in the Administrator: Windows PowerShell window and press Enter key:
    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
  5. Wait for PowerShell to execute and complete the command.
    • Ignore the errors in red color that may pop up.
  6. When it finishes (which will be a few minutes) try hitting START button and hopefully your Windows 10 START button will be working now

I certainly hope this fixes your problem like it has mine.  This is a giant pain in the butt that I have reported to Microsoft Partner Support and I hope the fix sooooooon!  Let me know how it works for you.

If you are still out of your mind trying to fix this, I think the only other solution I found that looked like it had promise (which I have NOT tested) is: http://webdevelopermeer.blogspot.de/2014/10/windows-81-apps-wont-open.html

I used several sources for this fix but the most notable is: http://forums.saliu.com/windows-10.htm THANKS Ion!

UPDATE Sept 25 2015:  I asked Microsoft Partner Support if they were aware of the issue and if there was an ETA for resolution.  They responded with:

…The solutions you have summarized are very useful. They will work for some machines. However, from my experience, the “start menu does not work” is a known issue, or may be a bug in Windows 10, which is actively under investigation. You can refer to the following post:

https://partnersupport.microsoft.com/en-us/mpnwinclient/forum/mpnwin-mpnwindows10pro/windows-10-update-not-working-cannot-get-to-update/dbc952d9-2748-4fc8-9e78-4f1a1e211f07

As I know, for now, there is no an exact solution for this issue…

View Comments

  • Excellent this worked to restore my start menu! Fixing a previous problem caused my start menu to be blank, no tiles at all just the "All Apps, Power, etc" items were there. My previous problem that your solution would have probably also fixed without ending up with a blank start menu: Microsoft Community forums question- "Windows 10's start menu, cortana, browser edge not working"

  • I solved this problem by turning off hibernate and therfore deleting hiberfile.sys, I also turned off the paging file which deleted pagefile.sys check this in the root of the C drive (turn on hidden files). Then I unindexed the C drive because I had problems with Cortana/Search. Now everything is good as new.

  • Doing steps 1-3 worked for me . One of the user accounts on our home PC (with all the latest Win 10 updates) had the "Start menu button not working" problem. Over 1 year and no effective solution from MS. If I didn't have so many Windows apps and games I'd be getting a Mac. Proof positive that there is no such thing as a free lunch.

  • I'd avoid all the logon's and logoffs with just
    runas /user:tempadmin1 cmd.exe
    or to not create a new window
    runas /user:tempadmin1 "cmd.exe /C \"exit\""
    that will create a new profile

    now replace the current tiledatabase with the one just created
    md "%userprofile%\appdata\local\tiledatalayer\database\_old"
    net stop tiledatamodelsvc
    move "%userprofile%\appdata\local\tiledatalayer\database\*" "%userprofile%\appdata\local\tiledatalayer\database\_old\"
    copy \users\tempadmin1\appdata\local\tiledatalayer\database\vedatamodel.edb "%userprofile%\appdata\local\tiledatalayer\database\"
    net start tiledatamodelsvc

    and reregister apps
    echo Get-AppXPackage -AllUsers ^| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} > "%temp%\reapp.ps1"
    powershell "%temp%\reapp.ps1"

    you could do this whole fix in a single bat file if you used psexec rather than runas

  • Used all steps. Problem was solved until next reboot, back to problems again. Fortunately I use Classic Shell and am not stopped from using the pc and Win 10 op system. When I try to use Win 10 start menu, "Critical Error" appears "sign out now"!

  • Tried several different methods with no luck.
    Found this link and decided to try it.
    Established the new profiles as directed.
    The start button did not even work on the new profiles.
    'Reregistered the AppPackages' as instructed in Step 3.
    The start button worked on the new profiles worked but not the original one.
    Decided to try swapping out the database again with the new profile.
    This worked!!!!!!

This website uses cookies.