Share via

How to sort search results in Outlook by date

CM 70 Reputation points
2026-02-09T03:36:58.25+00:00

How do I sort search results in New Outlook by date?

I want the most recent on top

The option to filter/sort seems to have disappeared, and the order of the list appears random

Top results have no relevancy either

Outlook | Windows | New Outlook for Windows | For business
0 comments No comments

4 answers

Sort by: Most helpful
  1. Stevens, Robin 0 Reputation points
    2026-05-14T15:44:23.59+00:00

    Try unchecking this box:

    User's image

    Was this answer helpful?

    1 person found this answer helpful.

  2. Hornblower409 8,920 Reputation points
    2026-02-13T05:47:03.6033333+00:00

    @CM said

    How to sort search results in [New] Outlook by date?

    You can't. All I can suggest is that you Vote for and Comment on this Feature Request:

    [Edited 2026-05-17 - Original Feature Request Link broken. Substituted two similar request]

    Sort options for search results
    https://feedbackportal.microsoft.com/feedback/idea/b856c912-2da5-ef11-95f6-0022484d7a88

    Why can't I sort my search results chronologically?
    https://feedbackportal.microsoft.com/feedback/idea/a97e60d0-5cd1-f011-ad8f-7c1e529694f5

    Inability to sort email by date after a search
    https://feedbackportal.microsoft.com/feedback/idea/6ccde892-98ff-f011-bb47-7c1e52dec1a8

    (You must "Sign In" at the top right of the Feedback page before you can vote).

    Was this answer helpful?

    1 person found this answer helpful.

  3. Darren-Ng 10,455 Reputation points Microsoft External Staff Moderator
    2026-02-09T04:10:05.6866667+00:00

    Dear @CM,

    Thank you for posting your question in the Microsoft Q&A forum.

    Based on your description, the Filter/Sort option in the New Outlook has disappeared. You would like to filter the results by date.

    For a better understanding of your situation, could you please provide a screenshot of the issue so I can support you more effectively? Please make sure to remove or hide any personal or sensitive information (PII) before attaching the screenshot.

    If you're using New Outlook desktop app, please try to switch to New Outlook web version to check whether the issue still persists or not?

    Does this occur for other users, or only for you?

    Please understand that the more information you provide, the more effectively I can support.

    Looking forward to your update!

    Was this answer helpful?


  4. AI answer

    2026-02-09T03:37:09.54+00:00

    To sort search results in Outlook by date, you can use the following methods depending on the version of Outlook you are using:

    1. Using the Advanced Search: If you are experiencing issues with sorting in the main search bar, try using the Advanced Search window. You can access it by selecting the search box and then clicking the down arrow to open the Advanced Search options. Here, you can set your search criteria and specify the date range for received or sent emails.
    2. Using EWS Managed API: If you are developing an application or using EWS, you can sort search results programmatically. You can specify sorting by date/time received in your search request. For example, you can use the following code snippet to sort results by date:
         view.OrderBy.Add(ItemSchema.DateTimeReceived, SortDirection.Descending);
      
      This will ensure that the newest items are displayed first.

    If the sorting option seems to have disappeared in the New Outlook, it may be a temporary issue or a change in the user interface. Checking for updates or exploring the settings may help restore the sorting functionality.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.