Written by Allen Wyatt (last updated March 16, 2024)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, 2021, and Word in Microsoft 365
In other issues of WordTips you learn how you can use one of Word's fields to insert a word count in your document. Many authors, editors, and publishers adhere to the rule that you determine word count by dividing the number of characters in your document by an average word size, such as 5. Thus, if there were 24,317 characters in your document, there would be 4,863 words. You can use fields to insert this type of word count in your document in the following manner:
{ ={ numchars }/5 }
You could, if you wanted, also include a bit more of a formula in your field in step 7. For instance, if you wanted to make sure that the value returned was an integer, you could use this as your field code:
{ =int({ numchars }/5) }
There is one other thing to keep in mind. If you compare the value returned by this approach to the value returned by Word's internal word counter, the values will be different. This "divide by 5" approach is an old rule of thumb for those in the publishing business. Word's internal counter calculates words by, essentially, looking at the number of spaces and punctuation in a document—the elements that normally denote the end of a word.
WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (10026) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, 2021, and Word in Microsoft 365. You can find a version of this tip for the older menu interface of Word here: A Quick-and-Dirty Word Count.
Learning Made Easy! Quickly teach yourself how to format, publish, and share your content using Word 2013. With Step by Step, you set the pace, building and practicing the skills you need, just when you need them! Check out Microsoft Word 2013 Step by Step today!
Fields (sometimes called field codes) allow you to insert dynamic information in your documents. If you want to see the ...
Discover MoreWhen you are editing a document, you may need to modify where the author placed footnotes relative to surrounding ...
Discover MoreField codes allow dynamic information to be included in documents and can be a great boon. At some point you may want to ...
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
2024-03-18 09:41:48
Andrew
Characters ÷ 5 is good if you're a typing teacher trying to determine words per minute. But quicker and dirtier would be { numwords }.
2024-03-18 03:44:36
GFIN Sunny
Thanks, your tip helps Enterprise users not to use online tool to show character count while typing. However, I need more help what needs to be done to { ={ numchars } }?
Why is it not outputting correct count of characters?
2024-03-16 05:57:17
Marc
What should the text in the compound field be if I wanted the word count to include Characters (with spaces), please? I think the one given above is for Characters (no spaces).
Got a version of Word that uses the ribbon interface (Word 2007 or later)? This site is for you! If you use an earlier version of Word, visit our WordTips site focusing on the menu interface.
Visit the WordTips channel on YouTube
FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2025 Sharon Parq Associates, Inc.
Comments