Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

50%
+0 −0
Q&A How do I calculate wordcount for a manuscript?

In the context of a formatted manuscript, the "word count" isn't the precise number of words, nor is it directly inferred from the number of pages. What you're actually doing here is finding the n...

posted 10y ago by Standback‭  ·  last activity 4y ago by System‭

Answer
#4: Attribution notice removed by user avatar System‭ · 2019-12-12T20:06:02Z (over 4 years ago)
Source: https://writers.stackexchange.com/a/10262
License name: CC BY-SA 3.0
License URL: https://creativecommons.org/licenses/by-sa/3.0/
#3: Attribution notice added by user avatar System‭ · 2019-12-08T03:22:01Z (over 4 years ago)
Source: https://writers.stackexchange.com/a/10262
License name: CC BY-SA 3.0
License URL: https://creativecommons.org/licenses/by-sa/3.0/
#2: Initial revision by (deleted user) · 2019-12-08T03:22:01Z (over 4 years ago)
In the context of a formatted manuscript, the "word count" isn't the precise number of words, nor is it directly inferred from the number of pages.

What you're actually doing here is finding the number of _lines_ your manuscript will take, because a line with just a few words on it still takes up as much page space as a line that's full to the end. But even this description is imprecise, because you need to adjust this calculation around the specifics of how you formatted your particular document. (Intuitively: if I produce two manuscripts which are identical, but one has wider margins then the other, then that one will have "more lines" in the ms. -- but they'll obviously be identical in final layout.)

There are different ways to make this estimate. Here's what I've used.

> 1. Format your manuscript for submission. Among other things, this means: 
> - You'll be using a monospaced font (where each character is the same width, e.g. `Courier New`), 
> - Each full page will have the same number of lines on it. (You'll turn off "Widows and Orphans" - that's the option that prevents dangling lines on their lonesome by shifting lines from one page to another. You want that option off for your MS.)
> 2. So now every page has the same number of lines, and every line has a cap of how many characters long it can be.
> 3. Choose a "full" line, one that begins on one end of the page and reaches all the way to the end. Count how many **characters** are in the line (in Word, you can just check the column for the last character). 
> - You can artificially "create" a full line by typing `aaaaaaaa...` until you fill up one full line, just to count. Make sure not to start with a tab indentation!
> 4. Divide your number of characters-per-line by 6. This is your **Words-Per-Line.**
> - So if a full line is 60 characters long, your words-per-line is 10.
> 5. Count the number of lines in one page. This is your **Lines-Per-Page.**
> 6. **Your Wordcount = Words-Per-Line x Lines-Per-Page x Numer-Of-Pages**

Other variations exist, and they're all fine - wordcount is an estimate, not a precise calculation.

You'll find more information on manuscript formatting and wordcount estimation here:

- [Chuck Rothman, _SFWA - What Is A Word?_](http://www.sfwa.org/2005/01/what-is-a-word/)
- [William Shunn - _Proper Manuscript Format_](http://www.shunn.net/format/story.html)
- [Punctuation Made Simple - _Word Count_](http://www.punctuationmadesimple.com/PMSWordCount.html)
#1: Imported from external source by user avatar System‭ · 2014-02-06T15:20:04Z (about 10 years ago)
Original score: 4