How to fix After Installation tnot able to Load application showing Error the SSD is not in NTFS File but it is showing in NTFS file system

ganesh dawbhat 0 Reputation points
2025-03-25T14:30:04.11+00:00

How to fix After Installation not able to Load application showing Error the SSD is not in NTFS File but it is showing in NTFS file system.

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
11,420 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Daisy Zhou 32,436 Reputation points Microsoft External Staff
    2025-03-27T01:43:08.13+00:00

    Hello ganesh dawbhat,

    Thank you for posting in Q&A forum.

    Here are some steps you can take to troubleshoot this issue:

    1. Open Disk Management by right-clicking on the Start button and selecting "Disk Management." Verify that the SSD is listed and that it shows as NTFS. If it doesn't, you may need to reformat the drive.
    2. You can use the DiskPart tool to clean and reformat the SSD. Open Command Prompt as an administrator and enter the following commands:

    diskpart list

    disk select

    disk X (replace X with the number of your SSD)

    clean

    create partition primary

    format fs=ntfs quick

    assign letter=X (replace X with the desired drive letter)

    exit

    This will ensure that the SSD is properly formatted as NTFS.

    1. If the issue persists, you can try rebuilding the BCD. Boot from a Windows installation media, open Command Prompt, and run the following commands:

    bootrec /fixmbr

    bootrec /fixboot

    bootrec /scanos

    bootrec /rebuildbcd

    This will rebuild the boot configuration data and might resolve the issue.

    I hope the information above is helpful.

    If you have any questions or concerns, please feel free to let us know.

    Best Regards,

    Daisy Zhou

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

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.