Hi Bala,
Yes, you can safely delete the Content.MSO files under C:\Windows\InetCache\Content.MSO in user profile directories. These files are temporary cache objects created by Office applications (mainly Outlook and Word) when handling email attachments or embedded content. They are not critical system files, and removing them will not impact Office functionality—new cache files will be recreated automatically when users open attachments again.
The only impact is that if a user had an attachment open directly from Outlook and hadn’t saved it elsewhere, deleting the cached file would remove that temporary copy. As long as users save attachments properly to another location, clearing Content.MSO is a safe way to reclaim disk space. For best practice, you can automate cleanup using a scheduled task or a script that targets %userprofile%\AppData\Local\Microsoft\Windows\INetCache\Content.MSO across profiles, ensuring you don’t touch files currently in use.
Hope this answer brought you some useful information. If it did, please hit “accept answer”. Should you have any questions, feel free to leave a comment.