Dear Kumar Dwarakanath,
Thank you for sharing this detailed situation with the community.
From your description, it appears that you are experiencing a persistent cycle where Microsoft 365 Apps for enterprise installs correctly but the executables (WINWORD.EXE, etc.) disappear immediately following a system restart. After a short period, the files automatically reappear without user intervention, and this cycle repeats consistently on every reboot.
I have reviewed the technical patterns associated with the Click-to-Run (C2R) service and enterprise management, and I have outlined the answers to your specific questions below:
This behavior is often tied to the Virtual File System (VFS) and Streaming nature of Click-to-Run. If the OfficeClickToRun.exe service identifies an "Incorrect State" during boot (such as a version mismatch), it may temporarily de-register the root binaries. The subsequent "restoration" is a self-healing mechanism where the service copies the files back from the local staging area (C:\Program Files\Common Files\microsoft shared\ClickToRun\Staging) once the service stabilizes.
You can learn more at: Overview of the update process for Microsoft 365 Apps - Microsoft 365 Apps | Microsoft Learn
In enterprise-managed environments, "Desired State" enforcement is a common trigger. If a policy (via Intune or GPO) is enforcing a specific TargetVersion or UpdateChannel that differs from your manual portal installation, the C2R engine will attempt to "realign" the installation on every reboot, resulting in this removal/restoration loop.
Visit this article for more information: Configuration options for the Office Deployment Tool - Microsoft 365 Apps | Microsoft Learn
To verify, you may want to focus on these diagnostic areas:
Registry Key
- Press Windows Key + R, type regedit, and press Enter, then click Yes.
- In the address bar at the top, paste the following path and press Enter: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\ClickToRun\Configuration
- Look for the following specific String Values (REG_SZ) in the right-hand pane: TargetVersion: If this has a value (e.g., 16.0.12345.67890), the service will delete any other version to match this one. UpdateChannel: This shows which "stream" your Office is on (e.g., MonthlyEnterprise, Current). UpdatePath: If this points to a local network folder, your IT department is controlling the source of the files.
- If they exist, it is a strong indicator that an enterprise policy is managing your installation.
For example, the screenshot below is from my test environment, which is not enterprise-managed.

Analyzing Click-to-Run (C2R) Logs
- Open File Explorer and navigate to C:\Windows\Temp. Click Continue to give it permission.
- Look for files that follow this naming convention: [YourComputerName]-[Date]-[Time].log. Note: Focus on logs generated at the exact time you rebooted the computer.
- Right-click the log file and select Open with > Notepad.
- Press Ctrl + F to open the search box and search for these specific terms: "DeleteVersion": This confirms the service intentionally removed a version of Office. "Egress": This shows the service is "streaming" or moving files from the staging area back to the main folder. "IntegrityCheck": This will show if the service found "corruption" or "non-compliance" that triggered a repair.
- If you find these terms, look at the lines immediately above them to see the reason (e.g., "Version mismatch detected").
Reviewing Scheduled Tasks
- Click the Start menu, look for Task Scheduler, and open it.

- In the left sidebar, navigate through the folders: Task Scheduler Library > Microsoft > Office.
- In the middle pane, locate the task named Office Automatic Updates 2.0. Look at the Triggers tab: Check if it is set to run "At log on of any user" or "At startup." Look at the Last Run Result column: A result of 0x0 means it ran successfully.
- If the "Last Run Time" matches the moment your files disappeared, this task is likely the trigger for the removal.

Summary of Findings
- If Registry Keys show a specific TargetVersion, your IT policy is likely forcing a change.
- If C2R Logs contain DeleteVersion, the service is intentionally clearing the folder.
- If Scheduled Tasks ran at the exact time of the reboot, the update engine is the active trigger.
For a more accurate investigation and more direct help, I recommend contacting the IT team within your current organization. They can assist in raising a support request ticket with Microsoft. This will enable the Microsoft support team to conduct a more in-depth investigation and provide guidance tailored to your specific environment.
The Global Admin can create a support ticket by sign in to the Microsoft 365 Admin Center > Support > Help & Support.
For detailed instructions on how to get support, please refer to Get support - Microsoft 365 admin.
Note: If you’re an end-user, please coordinate with your Office 365 Global Administrator to handle these steps.
Please note that this is a user-to-user support forum. My role is limited to providing general guidance, and I do not have access to internal systems or the ability to review account-level configurations. For this reason, engaging your organization’s IT team to escalate the issue is the most appropriate next step.
I hope this information is helpful. If you need any further assistance, please feel free to reach out.
Thank you very much for your understanding and cooperation.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
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.