Share via

Problem using Microsoft Access

J.G. van Leeuwen 0 Reputation points
2026-05-04T07:43:09.1466667+00:00

I have databases in Microsoft Access 2021. Lately there is a problem with Access. Starting Access makes it a pending program with a everlasting circle.

Of course I did:

  1. Ending the program with 'Taakbeheer'
  2. revomal of laccdb file if any
  3. Compress and repair the program without opening the database
  4. Office repair. Two possibilities: fast just check and slow which resulted in a reinstall
  5. Start via the root

I even made a new empty database, closed it and then on reopening the system failed with the same issues.

I asked Microsoft to help me, but they stopped at the fast check.

Does anyone know an answer

Microsoft 365 and Office | Access | For home | Windows

4 answers

Sort by: Most helpful
  1. Ramon Olanrewaju 0 Reputation points
    2026-05-05T20:21:06.23+00:00

    check the task manager.

    1 person found this answer helpful.
    0 comments No comments

  2. Richard Rost 230 Reputation points MVP
    2026-05-05T17:45:24.63+00:00

    I've run into this issue off and on for years across different versions (and builds) of Microsoft Access, and one thing that has helped me a lot is avoiding multiple databases in the same Access session. In fact I made a video a while back on Killing Access (the MSACCESS.EXE process) when it locks.

    In the future, don’t just double-click your ACCDB files or create shortcuts directly to them. Instead, create your shortcuts to MSACCESS.EXE and pass the database file as a command-line parameter. Something like:

    "C:\Program Files\Microsoft Office\root\Office16\MSACCESS.EXE" "Z:\Path\DatabaseFile.ACCDB"

    That forces each database to open in its own separate Access process, instead of sharing one. In my experience, that dramatically reduces weird hangs, loading issues, and those “spinning forever” situations.

    If Access does get stuck, just kill all MSACCESS.EXE processes in Task Manager and start fresh. Not elegant, but it works, and you shouldn't have to reboot the whole computer.

    Hope that helps.

    LLAP
    RR


  3. Gabriel-N 16,565 Reputation points Microsoft External Staff Moderator
    2026-05-04T08:57:17.94+00:00

    Hello J.G. van Leeuwen

    May I know which Access version you are currently using? Please go to Access > File > Account > About Access and share a screenshot if possible. For example:

    User's image

    If this issue started after a recent Office update and your Office version is 2604, you may consider rolling back to version 2603, as several users have reported unexpected issues with version 2604. You can refer to this article for more details: How to Deal with Update Bugs

    Note: This information is provided as a convenience to you. These sites are not controlled by Microsoft, and Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please ensure that you fully understand the risks before using any suggestions from the above link.

    Additionally, you may try starting Access in Safe Mode to check whether there is any add‑in conflict. This is a basic troubleshooting step to help isolate the cause.

    Looking forward to your reply.


    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  4. Q&A Assist
    2026-05-04T07:43:32.0966667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The behavior described (Access hanging with a spinning circle, even on a brand‑new empty database) is consistent with a damaged or corrupted Access installation or database engine, rather than a single corrupted database file.

    From the provided information, the following supported actions apply:

    1. Compact and Repair
      • For any database that can still be opened or that Access prompts to repair, allow Access to run Compact and Repair.
      • If Access prompts that a database is corrupted and offers to compact and repair it, choose Yes. If the repair is successful, verify the contents. If only partially successful, review the MSysCompactErrors table to see which objects were not repaired and, if available, import them from a backup.
    2. Set Compact on Close for performance and stability
      • Open a database that still works (or once Access is stable again) and enable automatic compact and repair to reduce future corruption and performance issues:
        1. Open the database.
        2. Select File > Options.
        3. In Access Options, select Current Database.
        4. Under Application Options, select Compact on Close.
    3. Optimize Access performance settings
      • If the database design is stable (objects are not being renamed frequently), disable Name AutoCorrect to reduce overhead and potential performance issues:
        1. Open the database.
        2. Select File > Options.
        3. Select Current Database.
        4. Under Name AutoCorrect Options, clear all check boxes.
    4. Open the database in exclusive mode
      • To rule out locking or multi‑user issues, open the database in exclusive mode:
        1. Start Access without opening a database.
        2. Select Open > Browse.
        3. Select the database file.
        4. Use the drop‑down on the Open button and choose Open Exclusive.
    5. Check for known Access issues and fixes
      • Recent Access issues and fixes are tracked in the “Fixes or workarounds for recent issues in Access” article. Review the listed issues (for example, crashes, problems opening databases on network shares, DAO issues, etc.) and follow any specific guidance or fixes that match the symptoms.
      • As of June 2022, new fixes are announced via the Access Developer Blog linked from that article.
    6. If the database is already corrupted beyond repair
      • If Access or DAO reports errors such as “Unrecognized database format” or indicates that the database is in an inconsistent state and cannot be recovered, the database file is likely corrupted beyond repair.
      • In that case, restore the most recent known‑good backup and test each backup in turn if necessary to find the latest usable copy.

    If the issue persists after following these steps, and especially if it affects all databases including new empty ones, the next step is to ensure that the latest Access/Office updates (including any fixes for known issues opening databases or using the Access Database Engine) are installed, and then re‑test opening a simple local database in exclusive mode.


    References:

Your answer

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