Point of View and Voice
How to read this page: This article maps the topic from beginner to expert across six levels � Remembering, Understanding, Applying, Analyzing, Evaluating, and Creating. Scan the headings to see the full scope, then read from wherever your knowledge starts to feel uncertain. Learn more about how BloomWiki works ?
Point of View (POV) and Voice are the "Lens" and the "Speaker" of the story. While "POV" decides **who** sees the action (First person, Third person), "Voice" decides **how** they talk about it (Funny, Sarcastic, Poetic, Cold). The choice of POV is the most important decision a writer makes, as it determines what information the audience is allowed to know and whose side they are on. By exploring different "Voices," we learn that there is no such thing as a "Neutral" story—every narrative is filtered through a "Mind" with its own biases, secrets, and unique way of seeing the world.
Remembering[edit]
- Point of View (POV) — The perspective from which a story is narrated.
- First Person — The narrator is a character in the story ("I did X"). Provides deep intimacy but limited knowledge.
- Third Person Limited — The narrator is outside the story but only "Knows" the thoughts of one character ("He thought X").
- Third Person Omniscient — The narrator is like a "God" who knows everyone's thoughts and secrets.
- Second Person — The narrator addresses the reader directly ("You do X"). Rare and often used in games or experimental novels.
- Voice — The unique "Tone" and "Style" of the writing (the "Personality" on the page).
- Unreliable Narrator — A narrator who is lying, crazy, or simply "Wrong" about what is happening (e.g., 'The Joker' or 'Humbert Humbert').
- Diction — The "Choice of words" (e.g., using "Slang" vs. "Academic" language).
- Free Indirect Discourse — A complex style where the third-person narrator starts to "Sound" like the character they are describing.
- Breaking the Fourth Wall — When a character or narrator speaks directly to the audience, acknowledging that they are in a story.
Understanding[edit]
POV and voice are understood through Distance and Filtering.
1. Narrative Distance: How close are we to the "Action"?
- Extreme Close-up (First Person): We are inside their head. We feel their heartbeat. We can't see what's happening in the next room.
- Bird's Eye View (Omniscient): We see the whole city. We see the past and the future. But we might not feel as "Connected" to the individual character.
- The writer "Zooms in and out" to control the audience's emotion.
2. The Filter of Voice: Two people can describe the same car crash in completely different voices.
- Voice A (Detective): "The blue sedan struck the light pole at 40mph. Glass scattered for 10 feet." (Cold, factual).
- Voice B (Child): "The blue car went BOOM and the glass looked like diamonds in the sun!" (Excited, sensory).
- Voice is not just "Flavor"—it is "Character."
3. The Power of the Unreliable Narrator: Sometimes the most interesting POV is the one you can't trust.
- If a narrator tells us they are "The hero" but their actions show they are "The villain," the audience has to do the "Work" of finding the truth.
- This creates a "Mystery" that keeps the reader thinking long after the book is closed.
The 'God' Voice': Omniscient narrators used to be very popular (in the 1800s), but modern readers often find them "Arrogant." We prefer the "Limited" view because it feels more like real life—we don't know what everyone else is thinking.
Applying[edit]
Modeling 'The Filter' (Changing a sentence based on 'Voice'): <syntaxhighlight lang="python"> def apply_voice_filter(event, voice_type):
"""
Shows how 'Voice' changes the same fact.
"""
if voice_type == "Cynical":
return f"EVENT: {event} | VOICE: 'Great, another mess for me to clean up. Classic.'"
elif voice_type == "Optimistic":
return f"EVENT: {event} | VOICE: 'What an amazing chance to show what I can do!'"
elif voice_type == "Scientific":
return f"EVENT: {event} | VOICE: 'The anomaly has occurred. Data collection in progress.'"
else:
return "Normal reporting."
- Event: 'It started raining'
print(apply_voice_filter("Rain", "Cynical")) print(apply_voice_filter("Rain", "Optimistic")) </syntaxhighlight>
- POV Landmarks
- The Catcher in the Rye (1951) → Famous for its "Voice"—Holden Caulfield's cynical, teenage slang changed how writers thought about "Authentic" character voices.
- Rashomon (1950) → A movie that tells the same "Crime" four times from four different POV characters, showing that "Truth" is subjective.
- Lolita (1955) → The ultimate "Unreliable Narrator." The narrator is a monster who uses "Beautiful, Poetic Language" to try and trick the reader into liking him.
- Choose Your Own Adventure → The first massive commercial success of the "Second Person" (You) POV, putting the reader in the role of the hero.
Analyzing[edit]
| Feature | First Person (I) | Third Person (He/She) |
|---|---|---|
| Intimacy | Extremely High | Moderate to High |
| Information | Limited (Only what 'I' see) | Flexible (Can see everything) |
| Reliability | Often biased / questionable | Usually trusted (unless limited) |
| Difficulty | Hard to explain 'I' being smart | Easy to describe external traits |
The Concept of "Stream of Consciousness": Analyzing why we write "Messy." Writers like Virginia Woolf or James Joyce tried to capture the "Real way" a brain works—jumping from thoughts of "Tea" to "Death" to "The color blue" without any punctuation. It is the most "Intimate" voice possible.
Evaluating[edit]
Evaluating POV and voice:
- Appropriation: Should a writer use the "Voice" of a culture or gender that is not their own? (The "Own Voices" debate).
- Consistency: Does the "Voice" stay the same for the whole book? (If a "Funny" book suddenly becomes "Serious," the reader might feel betrayed).
- Second Person: Why is "You" so hard to write? (It often makes the reader say: "I wouldn't do that!", breaking the immersion).
- Omniscience: In the age of the "Selfie" and the "Personal Story," is there still a place for the "God Narrator"?
Creating[edit]
Future Frontiers:
- AI Voice-Mimicry: Using AI to take a boring news story and "Rewrite" it in the voice of Shakespeare, a Pirate, or a Toddler.
- Hyper-Personalized Narratives: Books that "Change their POV" based on who is reading them (e.g., a female reader sees the story through the female lead's eyes).
- Multi-POV VR: A VR movie where you can "Switch bodies" at any time to see the same scene through the eyes of the hero or the villain.
- The 'Global' Voice: Developing a new "Voice" for the internet age that uses "Emoji," "Memes," and "Code" as part of the storytelling.