Microsoft Word Your Account Doesn't Allow Editing On A Mac

-->
  1. Microsoft Word Won't Open
  2. Word Your Account Doesn't Allow Editing On A Mac
  3. My Microsoft Word Will Not Open
  4. Word Won't Open Mac
  5. Can't Open Word On Mac
  6. Why Won't Word Open On My Computer

Fix: Account Doesn’t Allow Editing on a Mac If the issue is with your Computer or a Laptop you should try using Reimage Plus which can scan the repositories and replace corrupt and missing files. This works in most cases, where the issue is originated due to a system corruption. May 21, 2018 This feature works with Word Online, the Windows and Mac desktop apps, and the mobile apps. The iOS and Android app are also free and allow you to view and edit documents on the go. Word Online is probably your best bet for working with Word documents (other than actually using the desktop app), because it does a good job of maintaining the.

At times your users might encounter issues with Office Add-ins that you develop. For example, an add-in fails to load or is inaccessible. Use the information in this article to help resolve common issues that your users encounter with your Office Add-in.

You can also use Fiddler to identify and debug issues with your add-ins.

Common errors and troubleshooting steps

The following table lists common error messages that users might encounter and steps that your users can take to resolve the errors.

Error messageResolution
App error: Catalog could not be reachedVerify firewall settings.'Catalog' refers to AppSource. This message indicates that the user cannot access AppSource.
APP ERROR: This app could not be started. Close this dialog to ignore the problem or click 'Restart' to try again.Verify that the latest Office updates are installed, or download the update for Office 2013.
Error: Object doesn't support property or method 'defineProperty'Confirm that Internet Explorer is not running in Compatibility Mode. Go to Tools > Compatibility View Settings.
Sorry, we couldn't load the app because your browser version is not supported. Click here for a list of supported browser versions.Make sure that the browser supports HTML5 local storage, or reset your Internet Explorer settings. For information about supported browsers, see Requirements for running Office Add-ins.

When installing an add-in, you see 'Error loading add-in' in the status bar

  1. Close Office.
  2. Verify that the manifest is valid
  3. Restart the add-in
  4. Install the add-in again.

You can also give us feedback: if using Excel on Windows or Mac, you can report feedback to the Office extensibility team directly from Excel. To do this, select FileFeedbackSend a Frown. Sending a frown provides the necessary logs to understand the issue.

Outlook add-in doesn't work correctly

If an Outlook add-in running on Windows and using Internet Explorer is not working correctly, try turning on script debugging in Internet Explorer.

  • Go to Tools > Internet Options > Advanced.

  • Under Browsing, uncheck Disable script debugging (Internet Explorer) and Disable script debugging (Other).

We recommend that you uncheck these settings only to troubleshoot the issue. If you leave them unchecked, you will get prompts when you browse. After the issue is resolved, check Disable script debugging (Internet Explorer) and Disable script debugging (Other) again.

Add-in doesn't activate in Office 2013

If the add-in doesn't activate when the user performs the following steps:

  1. Signs in with their Microsoft account in Office 2013.

  2. Enables two-step verification for their Microsoft account.

  3. Verifies their identity when prompted when they try to insert an add-in.

Verify that the latest Office updates are installed, or download the update for Office 2013.

Add-in doesn't load in task pane or other issues with the add-in manifest

See Validate an Office Add-in's manifest and Debug your add-in with runtime logging to debug add-in manifest issues.

Add-in dialog box cannot be displayed

When using an Office Add-in, the user is asked to allow a dialog box to be displayed. The user chooses Allow, and the following error message occurs:

'The security settings in your browser prevent us from creating a dialog box. Try a different browser, or configure your browser so that [URL] and the domain shown in your address bar are in the same security zone.'

Affected browsersAffected platforms
Internet Explorer, Microsoft EdgeOffice on the web

To resolve the issue, end users or administrators can add the domain of the add-in to the list of trusted sites in Internet Explorer. Use the same procedure whether you're using the Internet Explorer or Microsoft Edge browser.

Important

Do not add the URL for an add-in to your list of trusted sites if you don't trust the add-in.

To add a URL to your list of trusted sites:

  1. In Control Panel, go to Internet options > Security.
  2. Select the Trusted sites zone, and choose Sites.
  3. Enter the URL that appears in the error message, and choose Add.
  4. Try to use the add-in again. If the problem persists, verify the settings for the other security zones and ensure that the add-in domain is in the same zone as the URL that is displayed in the address bar of the Office application.

This issue occurs when the Dialog API is used in pop-up mode. To prevent this issue from occurring, use the displayInFrame flag. This requires that your page support display within an iframe. The following example shows how to use the flag.

Changes to add-in commands including ribbon buttons and menu items do not take effect

If changes you've made in the manifest, such as file names of ribbon button icons or text of menu items, do not seem to take effect, try clearing the Office cache on your computer.

For Windows:

Delete the contents of the folder %LOCALAPPDATA%MicrosoftOffice16.0Wef.

For Mac:

Add-ins are often cached in Office for Mac, for performance reasons. Normally, the cache is cleared by reloading the add-in. If more than one add-in exists in the same document, the process of automatically clearing the cache on reload might not be reliable.

You can clear the cache by using the personality menu of any task pane add-in.

  • Choose the personality menu. Then choose Clear Web Cache.

    Note

    You must run macOS version 10.13.6 or later to see the personality menu.

You can also clear the cache manually by deleting the contents of the ~/Library/Containers/com.Microsoft.OsfWebHost/Data/ folder.

Note

If that folder doesn't exist, check for the following folders and if found, delete the contents of the folder:

  • ~/Library/Containers/com.microsoft.{host}/Data/Library/Caches/ where {host} is the Office host (e.g., Excel)
  • ~/Library/Containers/com.microsoft.{host}/Data/Library/Application Support/Microsoft/Office/16.0/Wef/ where {host} is the Office host (e.g., Excel)
  • com.microsoft.Office365ServiceV2/Data/Caches/com.microsoft.Office365ServiceV2/

For iOS:

Call window.location.reload(true) from JavaScript in the add-in to force a reload. Alternatively, you can reinstall Office.

Changes to static files, such as JavaScript, HTML, and CSS do not take effect

The browser may be caching these files. To prevent this, turn off client-side caching when developing. The details will depend on what kind of server you are using. In most cases, it involves adding certain headers to the HTTP Responses. We suggest the following set:

  • Cache-Control: 'private, no-cache, no-store'
  • Pragma: 'no-cache'
  • Expires: '-1'

For an example of doing this in an Node.JS Express server, see this app.js file. For an example in an ASP.NET project, see this cshtml file.

If your add-in is hosted in Internet Information Server (IIS), you could also add the following to the web.config.

If these steps don't seem to work at first, you may need to clear the browser's cache. Do this through the UI of the browser. Sometimes the Edge cache isn't successfully cleared when you try to clear it in the Edge UI. If that happens, run the following command in a Windows Command Prompt.

See also

Microsoft Word Won't Open

-->

Word Your Account Doesn't Allow Editing On A Mac

Note

Office 365 ProPlus is being renamed to Microsoft 365 Apps for enterprise. For more information about this change, read this blog post.

Note

If you experience specific issues when you use Word, visit the Word help center to search for information about your issue.

Summary

This article describes how to troubleshoot problems that may occur when you start or use Microsoft Word. Use the following methods in the order in which they are presented. If you try one of these methods and it does not help, go to the next method.

Resolution

Verify or install the latest updates

You might have to set Windows Update to automatically download and install recommended updates. Installing any important, recommended, and optional updates can frequently correct problems by replacing out-of-date files and fixing vulnerabilities. To install the latest Microsoft Office updates, see Update Office and your computer with Microsoft Update.

For list of the latest Office updates, see Office Updates. If your issue is not resolved after you install the latest Windows and Office updates, go to method 2.

It's a good idea to make sure that your computer has the latest updates installed for Windows. Updates often fix software problems. Before you use any of the following methods, try first to install updates. After you install the updates, restart your computer, and then start Word.

Troubleshoot problems that occur when you start Word

Important

Follow the steps in this section carefully. Serious problems might occur if you modify the registry incorrectly. Before you modify it, back up the registry for restoration in case problems occur.

Method 1: Insert your document into another file

The final paragraph mark in a Word document contains information about the document. If the document is damaged, you may be able to retrieve the text of the document if you can omit this final paragraph mark.

To access a document but leave its final paragraph mark behind, follow these steps:

  1. On the File menu, click New and then click Blank Document.
  2. On the Insert tab, click Object in the Text group, and then click Text from File.
  3. Select the file that you want to open and insert, and then click Insert.

Method 2: Start Word by using the /a switch

The /a switch is a troubleshooting tool that is used to determine where a problem may exist in Word. The /a switch prevents add-ins and global templates from being loaded automatically. The /a switch also locks the settings files to prevent it from being read or modified. To start Word by using the /a switch, follow these steps:

  1. Type Run in the Search box (in Windows 10, Windows 8.1, or Windows 8) or in the Start Search box on the Start menu (in earlier versions of Windows), and then press Enter.
  2. In the **Run **dialog box, type winword /a, and then press Enter.

For more information about the /a switch, go to the following article in the Microsoft Knowledge Base:

826857 Description of the '/a' startup switch in Word

If the problem does not occur when you start Word by using the /a switch, try the next method to determine the source of the problem.

Method 3: Delete the Word Data registry subkey

Most of the frequently used options in Word are stored in the Word Data registry subkey. A common troubleshooting step is to delete the Word Data registry subkey. When you restart Word, the program rebuilds the Word Data registry key by using the default settings.

Note When you delete the Word Data registry subkey, Word resets several options to their default settings. For example, Word resets the 'most recently used file' list on the File menu. Also, Word resets many settings that you customize in the Options dialog box.

Important

Follow the steps in this section carefully. Serious problems might occur if you modify the registry incorrectly. Before you modify it, back up the registry for restoration in case problems occur.

To delete the Word Data registry subkey, follow these steps:

  1. Exit all Office programs.

  2. Type regedit in the Search box (in Windows 10, Windows 8.1, or Windows 8) or in the Start Search box on the Start menu (in earlier versions of Windows), and then press Enter.

  3. Locate the following registry subkey, as appropriate for the version of Word that you are using:

    Word 2016HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0WordData

    Word 2013HKEY_CURRENT_USERSoftwareMicrosoftOffice15.0WordData

    Word 2010HKEY_CURRENT_USERSoftwareMicrosoftOffice14.0WordData

    Word 2007HKEY_CURRENT_USERSoftwareMicrosoftOffice12.0WordData

    Word 2003HKEY_CURRENT_USERSoftwareMicrosoftOffice11.0WordData

  4. Click Data, and then click Export on the File menu.

  5. Name the file Wddata.reg, and then save the file to the desktop.

  6. On the Edit menu, click Delete, and then click Yes.

  7. Exit Registry Editor.

  8. Start Word.

If Word starts and works correctly, you have resolved the problem (a damaged Word Data registry key). You may now have to change several settings to restore your favorite options in Word.

If the problem is not resolved, restore the original Word Data registry subkey, and then try the next method.

Restore the original Word Data registry key

To restore the original Word Data registry subkey, follow these steps:

  1. Exit all Office programs.
  2. Double-click the Wddata.reg icon on the desktop.
  3. Click Yes, and then click OK.
    If restoring the Word Data registry subkey doesn't work, go to the next procedure.

Method 4: Delete the Word Options registry key

The Word Options registry key stores options that you can set in Word. These settings are divided into default and optional groups. Default settings are created during the program setup. Optional settings are not created during setup. You can change both the default and optional settings in Word.

To delete the Word Options registry key, follow these steps:

  1. Exit all Office programs.

  2. Type regedit in the Search box (in Windows 10, Windows 8.1, or Windows 8) or in the Start Search box on the Start menu (in earlier versions of Windows), and then press Enter.

  3. Locate the following registry subkey, as appropriate for the version of Word that you are running:

    Word 2016HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0WordOptions

    Word 2013HKEY_CURRENT_USERSoftwareMicrosoftOffice15.0WordOptions

    Word 2010HKEY_CURRENT_USERSoftwareMicrosoftOffice14.0WordOptions

    Word 2007HKEY_CURRENT_USERSoftwareMicrosoftOffice12.0WordOptions

    Word 2003HKEY_CURRENT_USERSoftwareMicrosoftOffice11.0WordOptions

    Microsoft NTFS for Mac by Tuxera brings reliable read-write compatibility for all NTFS-formatted USB drives on your Mac. Try free for 15 days. Microsoft NTFS for Mac by Paragon Software is the best such software solution: reliable, fast, and now affordable as well Fast, seamless, and easy to use, Microsoft NTFS for Mac by Paragon Software is required for those who need to write to Windows volumes. And now it’s more affordable than ever. MacWorld, USA 2016, macworld.com. Dec 22, 2019  back to menu ↑ Microsoft NTFS for Mac by Paragon. Paragon NTFS for Mac is the only NTFS driver on the market that provides full read/write NTFS access with the same high speed as native HFS + files. Also, it is the first NTFS driver to support Snow Leopard 32 and 64-bit modes. Microsoft ntfs for mac by paragon software vs tuxera. Jul 11, 2017  Currently there is a version 10 of 'Paragon NTFS fo Mac' and version 2012.3.4 of 'Tuxera NTFS for Mac' and both support Mac OS X Mountain Lion.

  4. Click Options, and then click Export on the File menu.

  5. Name the file Wddata.reg, and then save the file to the desktop.

  6. On the Edit menu, click Delete, and then click Yes.

  7. Exit Registry Editor.

  8. Start Word.

If Word starts and works correctly, you have resolved the problem (a damaged Word Options registry key). You may now have to change several settings to restore your favorite options in Word.

If the problem is not resolved, restore the original Word Options registry key, and then try the next method.

To restore the original Word Options registry key

To restore the original Word Options registry key, follow these steps:

  1. Exit all Office programs.
  2. Double-click the Wdoptn.reg icon on the desktop.
  3. Click Yes, and then click OK.

Method 5: Replace the Normal.dot or Normal.dotm global template file

You can prevent formatting, AutoText, and macros that are stored in the global template file from affecting the behavior of Word and any documents that you open. To do this, replace the global template file.

Important

This method includes renaming the global template file so that Word does not find it as expected when it restarts. This forces Word to re-create the global template file. By doing this, you save the original file in case you have to restore it. Be aware that when you rename the global template file, several settings are reset to their defaults, including custom styles, custom toolbars, macros, and AutoText entries. Therefore, we strongly recommend that you save the global template file and do not delete it.

Additional note In certain situations, you may have more than one global template file. For example, this occurs if multiple versions of Word are running on the same computer, or if several workstation installations exist on the same computer. In these situations, make sure that you rename each global template file so that it clearly reflects the appropriate Word installation.

To rename the global template file, follow these steps:

  1. Exit all Office programs.

  2. Type cmd in the Search box (in Windows 10, Windows 8.1, or Windows 8) or in the Start Search box on the Start menu (in earlier versions of Windows), and then press Enter.

  3. At the command prompt, type the following command, as appropriate for the version of Word that you are running, and then press Enter:

    Word 2016, Word 2013, Word 2010, or Word 2007

    Word 2003

  4. At the command prompt, type exit, and then press Enter.

  5. Start Word.

If Word starts correctly, you have resolved the problem. In this case, the problem is a damaged global template file. Now, you may have to change several settings to restore your favorite options.

Note

The old global template file may contain customizations that can't be easily re-created. These customizations may include styles, macros, and AutoText entries. In this case, you may be able to copy the customizations from the old global template file to the new global template file by using the Organizer. For more information about how to use the Organizer to copy macros and styles, press F1 in Word to open Microsoft Word Help, type rename macros in the Search box, and then click Search to view the topic.

If the problem is not resolved, restore the original global template file, and then go to the next section.

My Microsoft Word Will Not Open

Restore the original global template file

To restore the original global template file, follow these steps:

  1. Exit all Office programs.

  2. Type cmd in the Search box (in Windows 10, Windows 8.1, or Windows 8) or in the Start Search box on the Start menu (in earlier versions of Windows), and then press Enter.

  3. At the command prompt, type the following command, as appropriate for the version of Word that you are running, and then press Enter:

    Word 2016, Word 2013, Word 2010 and Word 2007

    Word 2003

  4. Type exit, and then press Enter.

  5. Start Word.

Method 6: Disable the Startup folder add-ins

When you start Word, Word automatically loads templates and add-ins that are located in the Startup folders. Conflicts or problems that affect an add-in can cause problems in Word. To determine whether an item in a Startup folder is causing the problem, temporarily disable the registry setting that points to these add-ins.

To do this, follow these steps:

  1. Exit all Office programs.

  2. Start Windows Explorer. Type windows ex in the Search box (in Windows 10, Windows 8.1, or Windows 8) or in the Start Search box on the Start menu (in earlier versions of Windows), and then press Enter.

  3. Type the following command in the address bar, as appropriate for the version of Word that you're running and its installation type, and then press Enter: Word 2016

    64-bit C2R installation:%programfiles%Microsoft Officerootoffice16Startup

    32-bit C2R installation:%programfiles% (x86)Microsoft Officerootoffice16Startup

    64-bit MSI installation:%programfiles%Microsoft Officeoffice16Startup

    32-bit MSI installation:%programfiles% (x86)Microsoft Officeoffice16Startup

    Word 2013

    64-bit C2R installation:%programfiles%Microsoft Officerootoffice15Startup

    32-bit C2R installation:%programfiles% (x86)Microsoft Officerootoffice15Startup

    64-bit MSI installation:%programfiles%Microsoft Officeoffice15Startup

    32-bit MSI installation:%programfiles% (x86)Microsoft Officeoffice15Startup

    Word 2010

    %programfiles%Microsoft OfficeOffice14Startup

    Word 2007

    %programfiles%Microsoft OfficeOffice12Startup

    Word 2003

    %programfiles%MicrosoftOfficeOffice11Startup

  4. Right-click one of the files that is contained in the folder, and then click Rename.

  5. After the file name, type .old, and then press Enter.

    Important

    Make a note of the original file name so that you can restore the file, if it is necessary.

  6. Start Word.

  7. If you can no longer reproduce the problem, you have found the specific add-in that causes the problem. If you must have the features that the add-in provides, contact the vendor of the add-in for an update.

    If the problem is not resolved, rename the add-in by using its original name, and then repeat steps 3 through 6 for each file in the Startup folder.

  8. If you can still reproduce the problem, type the following path in the address bar of Windows Explorer, and then click OK. For Windows 10, Windows 8.1, Windows 8, Windows 7, or Windows Vista

    %userprofile%AppDataRoamingMicrosoftWordStartup

    For Windows XP

    %userprofile%Application DataMicrosoftWordStartup

  9. Repeat steps 3 through 6 for each file in this Startup folder.

If the problem is not resolved after you disable the Startup folder add-ins, go to the next method.

Method 7: Delete the COM add-ins registry keys

You can install COM add-ins in any location. Programs that interact with Word install COM add-ins. To determine whether a COM add-in is causing the problem, temporarily disable the COM add-ins by deleting the registry keys for the COM add-ins.

To delete the COM add-ins registry keys, follow these steps:

  1. Exit all Office programs.
  2. Type regedit in the Search box (in Windows 10, Windows 8.1, or Windows 8) or in the Start Search box on the Start menu (in earlier versions of Windows), and then press Enter.
  3. Locate the following registry subkey: HKEY_CURRENT_USERSoftwareMicrosoftOfficeWordAddins
  4. Click Addins, and then click Export on the File menu.
  5. Name the file WdaddinHKCU.reg, and then save the file to the desktop.
  6. On the Edit menu, click Delete, and then click Yes.
  7. Locate the following registry subkey: HKEY_LOCAL_MACHINESoftwareMicrosoftOfficeWordAddins
  8. Click Addins, and then on the File menu, click Export.
  9. Name the file WdaddinHKLM.reg, and then save the file to the desktop.
  10. On the Edit menu, click Delete, and then click Yes.
  11. Exit Registry Editor.
  12. Start Word.
    If the problem is resolved, you have determined that a COM add-in program is causing the problem. Next, you must determine which COM add-in program is causing the problem.

Word Won't Open Mac

Determine which COM add-in program is causing the problem

To determine which COM add-in program is causing the problem, follow these steps:

  1. Exit all Office programs.

  2. Double-click the Wdaddin.reg icon on your desktop.

  3. Click Yes, and then click OK.

  4. Use one of the following procedures, as appropriate for the version of Word that you are running:

    Word 2016, Word 2013, or Word 2010

    1. On the File menu, click Options.
    2. Click Add-Ins.
    3. In the Manage list, click COM Add-Ins, and then click Go.

    Note If an add-in is listed in the COM Add-Ins dialog box, clear the add-in check box. If more than one add-in is listed, clear only one add-in check box at a time. This procedure helps determine which add-in is causing the problem.
    4. Click OK to close the COM Add-Ins dialog box.
    5. On the File menu, click Exit.

    Word 2007

    1. Click the Microsoft Office Button, and then click Word options.

    2. Click Add-ins.

    3. In the Manage list, click COM Add-ins, and then click Go.

      If an add-in is listed in the COM Add-Ins dialog box, click to clear the add-in check box. If more than one add-in is listed, click to clear only one add-in check box at a time. This procedure helps determine which add-in is causing the problem.

    4. Click OK to close the COM Add-Ins dialog box.

    5. Click the Microsoft Office Button, and then click Exit Word.

    6. On the File menu, click Exit.

  5. Start Word.
    If the problem is resolved when you start Word, you have determined which COM add-in is causing the problem. If you must have the features that the add-in provides, you must determine which add-in includes those features so that you can contact the vendor for an update.

If the problem is not resolved when you start Word, repeat steps 4 and 5 for each COM add-in that's listed until you determine which add-in is causing the problem.

To restore the COM add-ins, repeat step 4, but select the check box for each COM add-in that you want to restore.

Method 8: Change the default printer

To change the default printer, follow these steps:

  1. Exit all Office programs.
  2. Type regedit in the Search box (in Windows 10, Windows 8.1, or Windows 8) or in the Start Search box on the Start menu (in earlier versions of Windows), and then press Enter.
  3. Right-click Microsoft XPS Document Writer, and then click Set as default printer.
  4. Start Word.
    If the problem is resolved after you start Word, you have determined that the printer is causing the problem. If this is the case, contact the vendor to see whether there is an update for the printer driver.

Microsoft Support options

If you can't resolve this problem, you can use Microsoft Support to search the Microsoft Knowledge Base and other technical resources for answers. You can also customize the site to control your search. To start your search, go to the Microsoft Support website.

Can't Open Word On Mac

Additional resources

Why Won't Word Open On My Computer

If you experience specific issues when you use Word, go to the following websites to search for specific information about your program version: