Site icon Winhelponline

How to Restore NTBackup BKF Files in Windows 10

Summary: This post explains how to successfully run NTBackup on Windows 10 and restore data from a .BKF file easily!

There are many users who have got backups done using the NTBackup Tool (also known as “Windows Backup Utility”) in earlier versions of Windows. After upgrading to Windows 10, they find that the NTBackup tool doesn’t exist on Windows 10. Also, Microsoft has taken down the Windows NT Backup Restore Utility (KB974674) from their servers.

Even if you have the NTBackup.msi setup package in hand, installing it and running ntbackup.exe may cause the following errors in Windows 10.

ntbackup.exe - Entry Point Not Found

The procedure entry point SetCatalogState could not be located in the dynamic link library C:\Windows\SysWOW64\ntbackup.exe.
The program can't start because NTMSAPI.dll is missing from your computer. Try reinstalling the program to fix this problem.
The ordinal 3 could not be located in the dynamic link library VSSAPI.DLL.

The good old NTBackup utility runs perfectly fine on Windows 10 if the supporting DLLs (below) are available in the same folder where NTBackup.exe is present. The three DLL files are:

Windows 10 already includes an updated copy of Query.dll, but it doesn’t have the function or entry point named SetCatalogState in it. So, we need to use the Windows 7, Windows 8, or Windows 8.1 version of Query.dll (32-bit) module. The Windows 7/8/8.1 version of the file has the SetCatalogState entry point.

How to Restore NTBackup BKF File in Windows 10

Follow these steps to run the NTBackup tool in Windows 10 and extract the contents of a .BKF file:

  1. Download ntbackup.zip and extract the contents to a folder — e.g., D:\NTBackup. The D:\NTBackup folder should have the following files now:
    ntbackup.chm - SHA1: e6954cac72e4732d4e0d331df80cc947551c739a
    ntbackup.exe - SHA1: 9904bbce6d19b343e879a4d6d02fbe978624265b
    ntbackup.hlp - SHA1: 016cb814d9a91575f24668f14c0d2b934b1cd6d1
    ntmsapi.dll - SHA1: df897f116f23a1424879d4c44cd064ca27d549e4
    Query.dll - SHA1: fc6371f8992b85cec0c782f02a60cad3d5790d21
    vssapi.dll - SHA1: 8d597a3765bda18396df0c0e8337e1f33a16c3b6
  2. Double-click ntbackup.exe to run it. NTBackup will indicate that the Removable Storage service (removed in Windows Vista & higher) is not running. Never mind. This is required for tape backups. Click OK.
  3. In the Welcome to Backup or Restore Wizard page, click Next.
  4. Select “Restore files and settings”, and click Next.
  5. Click Browse. Locate the .BKF file that you want to restore, and click OK.
  6. Expand the catalog, select the files/folders you want to restore, and click Next.
  7. By default, NTBackup restores the files to the original location. If you need to choose an alternate path or configure advanced restore settings, click Advanced.
  8. Mention the directory path where you want to restore the files.
  9. You can choose one of the three options in this dialog:
    • Leave existing files (Recommended)
    • Replace existing files if they are older than the backup files
    • Replace existing files
  10. Select the recommended option and click Next.
  11. On the Advanced Restore Options page, if you don’t want to restore the security settings, uncheck the option.

    Restore security settings: Restores the access control lists (ACLs) and ownership data on files backed up from an NTFS volume.

    Restore junction points, but not the folders and file data they reference: Required for restoring data on mounted drives. Junction points are physical locations that point to the mount point located on another hard disk. If you do not select this check box, the junction points are restored as common folders, and data pointing to these points becomes inaccessible.

    Preserve existing volume mount points: Restores empty NTFS folders to which you have mounted volumes.

  12. Click Next.
  13. Click Finish when you see the “Completing the Backup or Restore Wizard”
  14. You’ll see the Restore Progress window. Once the restore is complete, click on the Report… button to know the detailed status.
    The reports are also stored in the following folder:
    C:\Users\%username%\AppData\Local\Microsoft\Windows NT\NTBackup\data

    Here’s how the Advanced mode (versus “Wizard mode”) looks like. It presents a unified dialog where you can select the required tab (backup, restore, schedule) and select the output location.

Whew! You’ve now restored the contents of an NTBackup .BKF file in Windows 10.


Issues running NTBackup? Run in compatibility mode

Some users have indicated that they had to use compatibility mode to successfully run ntbackup.exe on their Windows 10 computers. To enable the compatibility mode, right-click ntbackup.exe and click Properties.

In the Compatibility tab, select Windows XP Service Pack 3, Windows 7 or Windows 8 from the drop-down list, and click OK.

Alternately, you may use your old Windows 7 DVD or ISO and run NTBackup on a virtual environment like Hyper-V or Oracle VM VirtualBox (Free). Once done, you should be able to run NTBackup or the NTBackup Restore tool from the virtual environment running Windows 7 or Vista, on a host computer running Windows 10. Your data inside the .BKF file(s) can be easily recovered.

[This article has been rewritten on May 24, 2021. Tested (and works perfectly) on Windows 10 version 21H1 build 19043.985.]

Exit mobile version