Inbox Button Not Working on Outlook? Fix It in 4 Steps
Explore the simple ways to get this working
- This issue is not a glitch but a change by Microsoft. However, there are workarounds.
- This guide will cover all the available solutions to make it work.Â

The Inbox button not working on Outlook issue is lately being reported by users worldwide. This is not an error or a bug but is a change made by Microsoft.Â
In this guide, we will discuss some available workarounds to get it to work as before. Let’s start!
What can I do if the inbox button is not working on Outlook?
Before moving to these workarounds, you should consider clicking the X sign (Close button) from the top left corner to return to the parent folder/message list.
1. Add Inbox to favorites
- Locate the Inbox folder in the Navigation pane, right-click, and select Add to favorites.
- To make the Favorites appear on the navigation pane, click View.
- Then go to the Folder pane, and from the dropdown, select Favorites to enable it.
2. Switch to a different folder
- From the navigation pane, click on the Drafts or Junk folder.
- Now click on the Inbox button to go to the inbox folder.
3. Run the Javascript on Chrome
3.1 Activate Javascript
- Launch Google Chrome.
- Click three dots from the upper right corner.
- Go to Settings.
- Click Privacy and security and then click Site settings.
- Click Javascript.
- Select Sites can use Javascript.
3.2 Run the script
- Open the Outlook web app on Google Chrome.
- Press Ctrl + Shift + J.
- Click three dots, and choose More tools.Â
- Select the Developers Resources option.
- Go to the Console tab, click the blank space and copy and paste the following script and run it:
document.addEventListener('click', function(event) {Â Â Â Â Â Â Â Â const alreadedSelectedDiv = event.target.closest('div[aria-selected="true"]');
        if (alreadedSelectedDiv) {
            handleAlreadySelectedClick(alreadedSelectedDiv);
            handleAlreadySelectedClick(alreadedSelectedDiv);
        }
    });
    function handleAlreadySelectedClick(selectedDiv) {
       // Code to execute when a selected div is clicked
        var nextTarget = selectedDiv.closest('[role="tree"]').querySelector('div[aria-selected="false"]');
        if(nextTarget){
            nextTarget.click();//click another folder
            selectedDiv.click();//click back to target folder
        }else{
            console.log("no other folders to click!");
        }
    } - Now try to use the Inbox button on the Outlook web app.Â
4. Contact Microsoft Support
If nothing worked for you, we advised you to contact the Microsoft Support team. Explain your issue to them, and they can help you.Â
So, these are some of the ways to fix the inbox button not working on Outlook. Try these methods and let us know what worked in the comments section below.Â
Still having issues? Fix them with this tool:
SPONSORED
If the advices above haven't solved your issue, your PC may experience deeper Windows problems. We recommend downloading this PC Repair tool (rated Great on TrustPilot.com) to easily address them. After installation, simply click the Start Scan button and then press on Repair All.