Skip to main content

SUMMER SAVINGS 90% OFF QuickBooks for 3 months* Ends 8/27

Buy now
Switch to QuickBooks and 70% off for 3 Months
New Member
August 28, 2026
Solved

Intuit Data Protect not sending success or failure emails

  • August 28, 2026
  • 17 replies
  • 268 views

Win 11 Home 25H2; QB Desktop [Premier Plus Nonprofit Edition 2024 Release R21P (64-bit)]

A couple of months ago IDP stopped sending success or failure emails. It had been working fine before that, but I did have a similar problem a couple of years ago that QB support (or I) was somehow able to fix. This time support could find no issues and said it should be working. It does not.

I've validated that the email address I'm using is correct and there's no messages in my SPAM folders.

Within "About Intuit Data Protect", "Ctrl + F2" does not open the "Intuit Data Protect Diagnostics Tool" as it's should.

Also within "About Intuit Data Protect" clicking "Update" produces no dialog or window. Nothing happens.

Firewall? I don't see the "IntuitDataProtect" folder within "C:\Progran Files (x86)\Common Files\Intuit", nor within "...\Common Files\Intuit\QuickBooks".

I'm thinking my next step is to request QB Support to use their remote desktop ability to visually check my setup and configuration, but I thought I'd try asking about the issue here.

 

Advice welcome.

Thanks,
Pete

Best answer by AdonL

You may want to update the IDP within the OCD folder. This step will help ensure backups are performed without interruption.

 

Here's how: 

 

  1. Open the About IDP window and take note of the IDP version.
  2. Press Ctrl + Alt + Delete simultaneously on your keyboard, then click Task Manager. Once done, end the following executable files: Intuit Data Protect.exe, IBuengHost.exe, QBIDPService.exe.
  3. Navigate to C:\ProgramData\Intuit\QuickBooks XX.0\Components\DataProtect\OCD. The XX.0 refers to the version of your QBDT.
  4. Right-click on IntuitDataProtect.exe and select Properties.
  5. Compare its version to the one you see in the About IDP window from Step 1. If the IntuitDataProtect.exe is on the newer version, proceed to the next steps. Otherwise, reinstall your QBDT to force IDP to update to the most recent. Then, continue to Step 6.
  6. Double-click the OCD folder to open it and copy all stored contents. Then, go to the IDP folder (C:\Program Files\Common Files\Intuit\DataProtect) and paste them. 
  7. From the same IDP folder, copy Bueng32.dll and paste it into the Sym32 folder. Similarly, copy Bueng64.dll and paste it into the Sym64 folder.
  8. Start the QBIDPService.exe. To do that, go to Start and search for Services. Open the Services., msc tool and ensure QBIDPService.exe is running. If not, start the exe.
  9. Launch IDP and open the About IDP page. Verify if the version has been updated.

 

Please comment below if you have further questions about managing IDP.

17 replies

SIAB
Level 2
August 28, 2026

Can you backup the file locally?

pfgoergenAuthor
New Member
August 28, 2026

I can backup both locally and online. To be clear, it’s the success or failure email that’s not working, not the backup itself.

QuickBooks Team
August 28, 2026

Given that the Ctrl+F2 shortcut is unresponsive and clicking Update produces nothing, you might be dealing with a corrupted or missing Intuit Data Protect installation component. This explains why email notifications have stopped entirely.

 

Before handing your screen over to remote support, you can do a clean re-registration or component refresh. Start by checking the status of your Intuit Data Protect service. If it's there, right-click it and select Restart. If it's missing, your Intuit Data Protect installation might be stripped out.

 

With this, you can run the QuickBooks Tool Hub to patch or reinstall components. Here's how:

 

  1. Download the latest version of QuickBooks Tool Hub.
  2. Save the file somewhere easy to locate.
  3. Once done, double-click the file to open it.
  4. Choose Installation Issues to repair the problem.

 

If you prefer to request remote assistance, you can reach out to our Intuit Experts for guidance.

 

Feel free to reply to this thread if you have follow-up questions.

pfgoergenAuthor
New Member
August 28, 2026

The Intuit Data Protect service did not appear in Services. I ran the Tool Hub, but it still doesn’t appear.

pfgoergenAuthor
New Member
September 3, 2026

Any other thoughts?

 

Thanks,

Pete

New Member
September 4, 2026

Hi Pete,

The core reason you could not locate the folder or the service comes down to the architecture change: QuickBooks Desktop 2024 is native 64-bit, so IDP no longer resides in the 32-bit Program Files (x86) path.

Look here instead:

C:\Program Files\Common Files\Intuit\Data Protect

If the service is completely missing from Windows Services (services.msc) and Ctrl+F2 does not respond, the background service binary failed to register with Windows during an update. Running Tool Hub often misses this specific service registration.

Here is how to manually force-register the 64-bit service and test the email trigger:

1. Re-register the IDP Service via Command Prompt

  1. Close QuickBooks Desktop and look at your Windows system tray (bottom right). Right-click the green Intuit Data Protect padlock icon and select Exit Intuit Data Protect.

  2. Open the Windows Start Menu, type cmd, right-click Command Prompt, and choose Run as administrator.

  3. Run this command to register the service executable directly:

    "C:\Program Files\Common Files\Intuit\Data Protect\QBIDPService.exe" /install

  4. Press Enter. Open Windows Services (services.msc), scroll down, and you should now see QBIDPService or Intuit Data Protect Service. Right-click it and ensure the Startup Type is set to Automatic, then click Start.

2. Re-register the Diagnostic and Notification Binaries

In that same Administrator Command Prompt, navigate to the folder:

cd "C:\Program Files\Common Files\Intuit\Data Protect"

Run these commands one by one to refresh the COM interfaces and notification handlers:

regsvr32 /s IBUStore.dll

regsvr32 /s BackupLib.dll

3. Test the Diagnostic Tool

  1. Launch QuickBooks 2024 as Administrator once.

  2. In your Windows system tray, right-click the green IDP icon and click About Intuit Data Protect.

  3. Press Ctrl + F2 on your keyboard. With the service properly registered, the Diagnostics window will now open.

  4. Click Run Diagnostics. This forces a handshake with the Intuit notification servers and validates that notification events (including success/failure email dispatches) can pass out through your network.

Let me know if the diagnostic tool launches after registering the service.

Aakash Sinha | Accounting & Financial Data Workflows (Feel free to reach out via DM if you have questions)
pfgoergenAuthor
New Member
September 4, 2026

I get:


C:\Windows\System32>"C:\Program Files\Common Files\Intuit\DataProtect\QBIDPService.exe" /install

Unhandled Exception: System.NotSupportedException: This method implicitly uses CAS policy, which has been obsoleted by the .NET Framework. In order to enable CAS policy for compatibility reasons, please use the NetFx40_LegacySecurityPolicy configuration switch. Please see http://go.microsoft.com/fwlink/?LinkID=155570 for more information.
   at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
   at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
   at wmain(Int32 argc, Char** argv)
   at wmainCRTStartup(String[] arguments)

C:\Windows\System32>
 

AdonLQuickBooks TeamAnswer
QuickBooks Team
September 5, 2026

You may want to update the IDP within the OCD folder. This step will help ensure backups are performed without interruption.

 

Here's how: 

 

  1. Open the About IDP window and take note of the IDP version.
  2. Press Ctrl + Alt + Delete simultaneously on your keyboard, then click Task Manager. Once done, end the following executable files: Intuit Data Protect.exe, IBuengHost.exe, QBIDPService.exe.
  3. Navigate to C:\ProgramData\Intuit\QuickBooks XX.0\Components\DataProtect\OCD. The XX.0 refers to the version of your QBDT.
  4. Right-click on IntuitDataProtect.exe and select Properties.
  5. Compare its version to the one you see in the About IDP window from Step 1. If the IntuitDataProtect.exe is on the newer version, proceed to the next steps. Otherwise, reinstall your QBDT to force IDP to update to the most recent. Then, continue to Step 6.
  6. Double-click the OCD folder to open it and copy all stored contents. Then, go to the IDP folder (C:\Program Files\Common Files\Intuit\DataProtect) and paste them. 
  7. From the same IDP folder, copy Bueng32.dll and paste it into the Sym32 folder. Similarly, copy Bueng64.dll and paste it into the Sym64 folder.
  8. Start the QBIDPService.exe. To do that, go to Start and search for Services. Open the Services., msc tool and ensure QBIDPService.exe is running. If not, start the exe.
  9. Launch IDP and open the About IDP page. Verify if the version has been updated.

 

Please comment below if you have further questions about managing IDP.

pfgoergenAuthor
New Member
September 5, 2026

After Step #5, IDP still shows version 1.70.21.5005, rather than the 1.70.21.5007 shown in C:\ProgramData\Intuit\QuickBooks XX.0\Components\DataProtect\OCD.

pfgoergenAuthor
New Member
September 6, 2026

I continued on through the remaining steps, and it did update the version, and the emails now work properly.

 

Thanks !

Pete

QuickBooks Team
September 7, 2026

I'm glad to hear that you found the information my colleague, AdonL, shared helpful for getting your Intuit Data Protect email notifications working again.
 

We're always here if you ever need assistance with QuickBooks or have additional questions about Intuit Data Protect or other backup features.
 

Feel free to reach out anytime in the Community space. Wishing you a wonderful day ahead!