{"id":26711,"date":"2022-05-28T15:42:42","date_gmt":"2022-05-28T10:12:42","guid":{"rendered":"http:\/\/198.58.113.91\/blog\/?p=26711"},"modified":"2022-07-31T19:56:01","modified_gmt":"2022-07-31T14:26:01","slug":"pdf-search-content-indexing-fix","status":"publish","type":"post","link":"https:\/\/www.winhelponline.com\/blog\/pdf-search-content-indexing-fix\/","title":{"rendered":"Windows Search not Finding Text Inside PDFs in Windows 11"},"content":{"rendered":"<p>Many Windows 11 users have reported a Windows Search issue wherein the PDF content search in File Explorer does not fetch anything. When you do a search in File Explorer, the results for other documents (e.g., Word, Excel, etc.) are discovered but not PDF files.<\/p>\n<p>Even if you use the <code>content:<\/code> or <code>contents:<\/code> search operator (e.g., <code>contents:contoso<\/code>) in File Explorer to search for file content, the search results may be empty.<\/p>\n<p>This post tells you how to fix PDF search indexing (file content search) issues, especially in Windows 11. The instructions apply to all versions of Windows.<!--more--><\/p>\n<h2>Fix for PDF Search Content Indexing Issue in Windows 11<\/h2>\n<h3>Step 1: Add the folder to Search Index<\/h3>\n<p>Windows Search will content index files that are included in the indexed locations. On non-indexed locations, typing a keyword will not find the content inside the files unless you explicitly use the <code>content:<\/code> or <code>contents:<\/code> search operator. The search operator works even if used on non-indexed locations.<\/p>\n<p>If you have a folder that stores many PDF files, you may want to add the folder to the indexed locations so that you don&#8217;t have to use the <code>contents:<\/code> or <code>content:<\/code> search operator every time.<\/p>\n<ol>\n<li>Open &#8220;Indexing Options&#8221; via the Start menu. Alternately, run the command &#8220;<code>control srchadmin.dll<\/code>&#8221; to open &#8220;Indexing Options.&#8221;<\/li>\n<li>Click &#8220;Modify&#8221;<\/li>\n<li>In the Indexed Locations dialog, add the folder (where your PDF files are stored) to the index.<\/li>\n<li>Click OK to close the dialog.<\/li>\n<li>Leave the system idle for some time so that the Search Indexer starts indexing the contents of the newly added folder.<\/li>\n<\/ol>\n<hr \/>\n<h3>Step 2: Inspect the PDF Search Indexer settings<\/h3>\n<ol>\n<li>In the Indexing Options dialog, click Advanced.<\/li>\n<li>Select the &#8220;File Types&#8221; tab.<\/li>\n<li>Scroll down and select PDF.<\/li>\n<li>Make sure that the description reads &#8220;Reader Search Handler&#8221;. It means that the correct IFilter module is active for indexing PDF file contents.<\/li>\n<li>Select the &#8220;Index Properties and File Contents&#8221; option.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-26712\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2022\/05\/pdf-search-index.png\" alt=\"fix pdf search content indexing issues\" width=\"429\" height=\"523\" \/><\/li>\n<li>Click OK.<\/li>\n<\/ol>\n<div class=\"qt\">\nIf the File Description says anything other than &#8220;Reader Search Handler&#8221;, or shows the message &#8220;Registered IFilter is not found&#8221;, then follow &#8220;Step 3&#8221; to restore the Windows default PDF IFilter setting. Note that if the Adobe PDF IFIlter is enabled, the Indexing Options page shows &#8220;PDF Filter&#8221; as the File Description.<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2022\/05\/adobe-pdf-ifilter-indexing-options.png\" alt=\"adobe ifilter file description\" width=\"253\" height=\"150\" class=\"alignnone size-full wp-image-26990\" \/><\/p>\n<p>Either way, follow the instructions under &#8220;Step 3&#8221; to set the Windows native PDF IFilter.\n<\/p><\/div>\n<hr \/>\n<h3><a id=\"s3\"><\/a>Step 3: Inspect and Fix PDF Registration Settings<\/h3>\n<p>An incorrect IFilter search module can cause the search indexer to fail when indexing the said file type. To fix the IFilter module settings for PDF file type in the registry, follow these steps:<\/p>\n<ol>\n<li>Start the Registry Editor (<code>regedit.exe<\/code>)<\/li>\n<li>Go to the following location:\n<pre>HKEY_CLASSES_ROOT\\.pdf<\/pre>\n<\/li>\n<li>Double-click the value named &#8220;Content Type&#8221; and set its data to:\n<pre>application\/pdf<\/pre>\n<\/li>\n<li>Next, go to the following branch:\n<pre>HKEY_CLASSES_ROOT\\.pdf\\PersistentHandler<\/pre>\n<\/li>\n<li>Double-click <code>(default)<\/code> and set its value data to:\n<pre>{1AA9BF05-9A97-48c1-BA28-D9DCE795E93C}<\/pre>\n<p><em>Note: If the (default) value data reads &#8220;{F6594A6D-D57F-4EFD-B2C3-DCD9779E382E}&#8221;, then it means that the Adobe IFilter module is currently installed, which is probably causing the problem in Windows 11. Check out this post at the <a href=\"https:\/\/community.adobe.com\/t5\/acrobat-discussions\/current-official-download-link-for-adobe-pdf-ifilter-11-for-64-bit-platforms\/m-p\/11988379\" rel=\"noopener\" target=\"_blank\"\">Adobe forums<\/a>.<\/em><\/li>\n<li>Go to the following registry branch:\n<pre>HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows Search\\PluginResourceData\\{6C337B26-3E38-4F98-813B-FBA18BAB64F5}<\/pre>\n<\/li>\n<li>Double-click &#8220;<code>PenaltyBox<\/code>&#8221; and set its data to <code>0<\/code>.<\/li>\n<li>Exit the Registry Editor.<\/li>\n<\/ol>\n<p><em>(Note that the &#8220;<code>PenaltyBox<\/code>&#8221; registry value applies to Windows 11 systems only. It doesn&#8217;t exist in Windows 10 and earlier. So you can skip that registry key if you&#8217;re running Windows 10 or earlier.)<\/em><\/p>\n<div class=\"qt\">\n<h4>Automate the above using a REG file<\/h4>\n<p>If you wish to automate the above settings, use the following <a href=\"https:\/\/www.winhelponline.com\/blog\/how-to-use-reg-files-registration-entries-windows\/\">.REG file<\/a>:<\/p>\n<pre>Windows Registry Editor Version 5.00\r\n\r\n[HKEY_CLASSES_ROOT\\.pdf]\r\n\"Content Type\"=\"application\/pdf\"\r\n\r\n[HKEY_CLASSES_ROOT\\.pdf\\PersistentHandler]\r\n@=\"{1AA9BF05-9A97-48c1-BA28-D9DCE795E93C}\"\r\n\r\n[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows Search\\PluginResourceData\\{6C337B26-3E38-4F98-813B-FBA18BAB64F5}]\r\n\"PenaltyBox\"=dword:00000000\r\n<\/pre>\n<\/div>\n<hr \/>\n<h3>Step 4: Rebuild the Search Index and Re-login<\/h3>\n<p>After you complete the previous steps, be sure to rebuild the search index so that the existing PDFs are content indexed thoroughly. Only the newly created PDF files might get content indexed if you don&#8217;t rebuild the index now. Therefore, it&#8217;s prudential to rebuild the index so that even the older files get indexed.<\/p>\n<p>To rebuild the Search Index:<\/p>\n<ol>\n<li>First, open Indexing Options and click &#8220;Advanced.&#8221;<\/li>\n<li>Then, click the &#8220;Rebuild&#8221; button.\n<div class=\"newline\"><em>For detailed information on resetting and rebuilding the Windows Search index completely, check out the article <\/em><a href=\"https:\/\/www.winhelponline.com\/blog\/reset-rebuild-windows-search-index-fix-problems\/\"><em>How to Reset &amp; Rebuild Windows Search Index Completely.<\/em><\/a><\/div>\n<\/li>\n<li>Log off and log back in for the Windows shell to refresh the settings. <strong>Editor&#8217;s Note:<\/strong> When I tested, this step (or <a href=\"https:\/\/www.winhelponline.com\/blog\/exit-explorer-restart-windows-10-8\/\">restarting the Explorer shell<\/a>) was necessary because of the registry modifications.<\/li>\n<\/ol>\n<div class=\"rp\"><strong>RELATED:<\/strong> <a href=\"https:\/\/www.winhelponline.com\/blog\/windows-search-index-google-drive-folder-permission-inheritance\/\">Windows Search Not Finding Google Drive Files and Folders<\/a><\/div>\n<hr \/>\n<h3>Step 5: Restart the Windows Search service<\/h3>\n<ol>\n<li>Right-click Start, and click Run.<\/li>\n<li>Type <code>services.msc<\/code> and click OK.<\/li>\n<li>Locate the &#8220;Windows Search&#8221; service in the list.<\/li>\n<li>Right-click &#8220;Windows Search&#8221; and click Restart.<\/li>\n<li>Exit the Services console.<\/li>\n<li>Inspect the &#8220;PenaltyBox&#8221; registry value (as in &#8220;<a href=\"#s3\">Step 3<\/a>&#8221; above) to check if the value data remains at &#8220;0&#8221;<\/li>\n<\/ol>\n<p>I hope one of the above methods helped you fix PDF content search\/indexing issues in Windows.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Many Windows 11 users have reported a Windows Search issue wherein the PDF content search in File Explorer does not fetch anything. When you do a search in File Explorer, the results for other documents (e.g., Word, Excel, etc.) are discovered but not PDF files. Even if you use the content: or contents: search operator &#8230; <a title=\"Windows Search not Finding Text Inside PDFs in Windows 11\" class=\"read-more\" href=\"https:\/\/www.winhelponline.com\/blog\/pdf-search-content-indexing-fix\/\" aria-label=\"Read more about Windows Search not Finding Text Inside PDFs in Windows 11\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[7],"tags":[441,683],"class_list":["post-26711","post","type-post","status-publish","format-standard","hentry","category-windows","tag-registry","tag-windows-search"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":5894,"url":"https:\/\/www.winhelponline.com\/blog\/search-contents-of-any-file-windows-search-indexing\/","url_meta":{"origin":26711,"position":0},"title":"How to Search the Contents of Any File Type Using Windows Search","author":"Ramesh","date":"November 1, 2017","format":false,"excerpt":"Windows Search and its Advanced Query Syntax (AQS) is a freaking awesome feature in Windows. It lets you quickly find a particular file or group of files with a specific name or metadata, in a folder and sub-folders. Along with indexing file properties or metadata, most known plain-text files are\u2026","rel":"","context":"In &quot;Windows&quot;","block_context":{"text":"Windows","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/"},"img":{"alt_text":"indexing options start menu search","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/11\/indexing-options.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":5850,"url":"https:\/\/www.winhelponline.com\/blog\/reset-rebuild-windows-search-index-fix-problems\/","url_meta":{"origin":26711,"position":1},"title":"How to Reset &#038; Rebuild Windows Search Index Completely","author":"Ramesh","date":"November 2, 2017","format":false,"excerpt":"When you search for files on your computer using Windows Search via File Explorer or Cortana, the files you expect to find may not appear in the search results. This happens even though the files exist on the computer. Another situation is that some phantom files appear in search results,\u2026","rel":"","context":"In &quot;Windows&quot;","block_context":{"text":"Windows","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/"},"img":{"alt_text":"reset rebuild search using batch file","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/11\/reset-rebuild-search-batch.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/11\/reset-rebuild-search-batch.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/11\/reset-rebuild-search-batch.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2017\/11\/reset-rebuild-search-batch.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":80477,"url":"https:\/\/www.winhelponline.com\/blog\/file-explorer-freezes-select-library\/","url_meta":{"origin":26711,"position":2},"title":"File Explorer Freezes When Selecting a Library","author":"Ramesh","date":"March 14, 2026","format":false,"excerpt":"When you select a library in the left pane of File Explorer in Windows 10 or 11, the cursor turns into a blue circle, and File Explorer freezes. Deleting the libraries and restoring the default libraries does not resolve the issue. Cause The above issue happens if the Windows Search\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"Clicking a library freezes File Explorer","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2026\/03\/library-freezes-explorer.jpg?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":9506,"url":"https:\/\/www.winhelponline.com\/blog\/what-is-enhanced-search-in-windows-10\/","url_meta":{"origin":26711,"position":3},"title":"What is Enhanced Search (Indexing Options) in Windows 10?","author":"Ramesh","date":"May 24, 2019","format":false,"excerpt":"Windows 10 1903 (codenamed \"19H1\") introduces a new search option named Enhanced under the Find My Files section on the Settings page. Many users may be wondering what the \"Enhanced\" setting is all about and the difference between Classic and Enhanced search modes. What is \"Enhanced\" Search in Windows 10?\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"windows search enhanced mode explained","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/search-enhanced-mode-brendan-msft.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/search-enhanced-mode-brendan-msft.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/search-enhanced-mode-brendan-msft.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]},{"id":5492,"url":"https:\/\/www.winhelponline.com\/blog\/windows-search-index-google-drive-folder-permission-inheritance\/","url_meta":{"origin":26711,"position":4},"title":"Windows Search Not Finding Google Drive Files and Folders","author":"Ramesh","date":"October 13, 2017","format":false,"excerpt":"Google Drive client software allows you to automatically back up files from your computer, camera, or SD cards to the cloud. Google Drive sync client, as useful as it may be, there is a small glitch in the setup process. After installing and using Google Drive sync, you may have\u2026","rel":"","context":"In &quot;Windows&quot;","block_context":{"text":"Windows","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/"},"img":{"alt_text":"google drive mirror option vs streaming option","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/04\/google-drive-sync-options.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":3622,"url":"https:\/\/www.winhelponline.com\/blog\/windows-10-settings-search-no-results-found-fix\/","url_meta":{"origin":26711,"position":5},"title":"Search Results Empty (No Results) in Windows 10 Settings Page [Fix]","author":"Ramesh","date":"July 29, 2016","format":false,"excerpt":"If searching through the Windows 10 Settings page is extremely slow or returns a \"No results\" message, this article has the solution. The the Start menu search feature may also be non-functional. Nothing may happen when you click Start and press a letter. Related issue: Start search box is empty\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"settings search \"no results\" empty","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/07\/w10-settings-search-results-empty.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/07\/w10-settings-search-results-empty.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/07\/w10-settings-search-results-empty.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/07\/w10-settings-search-results-empty.png?resize=700%2C400&ssl=1 2x"},"classes":[]}],"_links":{"self":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts\/26711","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/comments?post=26711"}],"version-history":[{"count":0,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts\/26711\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/media?parent=26711"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/categories?post=26711"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/tags?post=26711"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}