The number of search results can't be more than 250 when you search email messages in Exchange Server 2016

Shivaprakash S 0 Reputation points
2024-09-04T10:50:27.3566667+00:00

The number of search results can't be more than 250 when you search email messages in Exchange Server 2016.

How to increase search limit from 250 to 1000 ?

and what all the services need to be restarted to apply the changes.

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,267 questions
Microsoft Exchange
Microsoft Exchange
Microsoft messaging and collaboration software.
522 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Jake Zhang-MSFT 5,055 Reputation points Microsoft Vendor
    2024-09-05T02:05:09.86+00:00

    Hi @Shivaprakash S,

    Welcome to the Microsoft Q&A platform!

    To increase the search limit from 250 to 1000 in Exchange Server 2016, you can use the following command in the Exchange Management Shell:

    New-SettingOverride -Name "Increase Search Results Limit" -Component ManagedStore -Section StoreSettings -Parameters @("MaxHitsForFullTextIndexSearches=1000") -Reason "Increases Search Result Limit from 250 to 1000"
    

    After running this command, you need to restart the following services for the changes to take effect:

    1. Microsoft Exchange Information Store:
         Restart-Service
      
    2. Microsoft Exchange Search:
         Restart-Service
      
    3. Microsoft Exchange Search Host Controller:
         Restart-Service
      

    These steps should help you increase the search limit and apply the necessary changes.


    Please feel free to contact me for any updates. And if this helps, don't forget to mark it as an answer.

    Best,

    Jake Zhang


  2. Amit Singh 4,896 Reputation points
    2024-09-06T09:30:08.3866667+00:00

    In Exchange 2016, when you search for emails using OWA or EAC, only 250 items will show by default. To increase the limit, you can so this with the help of commands in EMS.

    1. Connect to your Exchange Server using EMS.
    2. Run the command to set the limit to 1000 for mailbox searches.

    Set-OrganizationConfig -SearchResultsCap 1000

    1. You need to restart after this. Restart the Information Store and IIS services-

    Restart-Service MSExchangeIS

    iisreset

    1. Now the search limit will be increased to 1000 items.

Your answer

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