How to get rid of the "Your Margins Are Pretty Small" Warning?

Anonymous
2013-10-17T19:47:51+00:00

How do I get rid of the warning in Office 2013 that says "Your margins are pretty small, some of the content you print may be cut off. Are you sure you want to print?"?

I have read: https://support.microsoft.com/kb/166055

I set my margins to small by default, as I know that my HP printer can print to that size. (I have been printing like this for about 2 months, with no cut offs!) However word refuses to acknowledge this.

Is there some sort of global setting that stops this? As the amount of times that I have hit quick print, and then gone to the printer and then realised that it hasn't printed, because I forgot to click yes to the warning! It is really annoying!

Also, I really do not want to follow the steps in KB166055, as I would have to do that for every single document, and even then it decreases my margins, to sizes which word considers "Acceptable", which wastes paper, and  messes up my document organisation completely! These "Acceptable" Margins are massive! Can I stop it without changing my margin size?

Microsoft 365 and Office | Word | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Suzanne S Barnhill 279.2K Reputation points MVP Volunteer Moderator
2013-10-17T21:04:54+00:00

The unprintable area respected by Word is specified by the printer driver, not by Word itself. Word gets the information from the printer driver, so unless you can redefine the unprintable area in the printer Property settings, there may be no way around this message.

Was this answer helpful?

50+ people found this answer helpful.
0 comments No comments
Answer accepted by question author
Suzanne S Barnhill 279.2K Reputation points MVP Volunteer Moderator
2013-10-18T04:06:46+00:00

The OP has already said he doesn't want to use the settings Word assigns when he uses "Fix." But since those minimums are established by the printer driver, there is really no way around them. And there is no need to consult the printer manual because the values Word uses when you click "Fix" are the ones prescribed by the printer manufacturer.

Was this answer helpful?

20+ people found this answer helpful.
0 comments No comments

134 additional answers

Sort by: Newest
  1. Anonymous
    2013-10-19T17:42:12+00:00

    As Suzanne has indicated, the printer driver sets the page limits reported by Word. There may be a later driver available from HP, that might use different settings, but I wouldn't count on it.

    You may be able to turn off the alerts with a macro in the normal template that intercepts the quick print command e.g.

    Sub FilePrintDefault()

        Application.DisplayAlerts = wdAlertsNone

        ActiveDocument.PrintOut

        Application.DisplayAlerts = wdAlertsAll

    End Sub

    but you will have to test it for yourself to see if it overrides this message.

    http://www.gmayor.com/installing_macro.htm    

    Thank you for this answer. However this macro has no effect. I have even Run it from the Macro box, and it still gives me the annoying warning!

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  2. Suzanne S Barnhill 279.2K Reputation points MVP Volunteer Moderator
    2013-10-18T13:53:13+00:00

    I never said that the "Fix" button returns the settings to the 1" defaults. If you set all the margins to 0" and then allow Word to "fix" them, the results will be the minimums specified by the printer driver. On laser printers, these can be quite small (although, even so, they don't always reflect the true capabilities of the printer since settings for the same printer can vary depending on the OS/driver); on inkjet printers, the margin for the trailing edge (bottom or one side of landscape pages) will often be quite large, usually at least half an inch. If the OP is not satisfied with these minimums, then his only recourse is to use Graham's macro.

    Here are a few examples from the printers I have installed:

    HP LaserJet 400 M401dn PCL 6: 0.17" on all sides

    Brother HL 5370-DW: 0.17" top and bottom, 0.25" both sides

    HP LaserJet 4100: 0.17" top and bottom, 0.24" both sides (Windows 7)

    HP LaserJet 4100: 0.17" all sides (Windows XP)

    HP LaserJet 4: 0.17" top and bottom, 0.25" both sides

    HP OfficeJet Pro K5400: 0.47" bottom, 0.13" top and both sides

    HP DeskJet 820Cse: 0.04" top, 0.46" bottom, 0.25" both sides

    HP DeskJet 6122: 0.07" top, 0.5" bottom, 0.25" both sides

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2013-10-18T06:59:50+00:00

    And I SAID that in MY EXPERIENCE the adjustments were trivial. Obviously we are using different printer drivers to get these radically different results.

    But the physical reality is that unless the OP is using a Guttenburg press, the unprintable area physically required by printer is not going to be the 1" default margins MS uses, so IN THEORY, the "fix" button should not be resetting to MS 1" defaults.  (Sorry, I haven't used the MS default margins for so long I can't remember if they are still 1" or more)

    I was hoping that by setting margins that are within those defined by the builder he might avoid triggering the automatic fix, without reverting to the excessively wide "fix" margins.

    Was this answer helpful?

    0 comments No comments