Cold Water Survival in Alaska
Prince William Sound’s water temperature averages 46°F year-round. Five out of six recreational boating fatalities are the result of a vessel capsize, swamping, or a fall overboard into Alaska’s cold water.
The 1-10-1 Principle
If you fall into cold water, remember 1-10-1:
- 1 Minute to control your breathing: The initial shock of cold water causes an involuntary gasp reflex and hyperventilation. Do not panic. Focus on keeping your airway clear and getting your breathing under control within the first minute.
- 10 Minutes of meaningful movement: You have approximately 10 minutes of functional movement in your arms and legs before cold water incapacitation sets in. Use this time to self-rescue, re-board your vessel, or activate your emergency beacon. Do not waste time removing clothing.
- 1 Hour of consciousness: Even in cold water, you can remain conscious for up to an hour if you are wearing a life jacket and can keep your airway clear of water.
🌊 Interactive Cold Water Survival Simulator
Use this simulator to experience a fast-forwarded chronological timeline of a sudden cold-water immersion in the 46°F waters of the Sound. Toggle survival positions to observe how heat retention extends your survival windows.
46°F Immersion Tracker
Prince William Sound Emergency Drill
1. CHOOSE SURVIVAL POSITION
<div class="glass-dark" style="padding: 1rem; border-radius: 8px; border: 1px solid rgba(255,255,255,0.05); background: rgba(0,0,0,0.25); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; gap: 4px;">
<span style="font-size: 0.6875rem; font-family: monospace; color: #a0aec0; letter-spacing: 0.08em;">EST. CONSCIOUSNESS WINDOW</span>
<div style="font-size: 2.25rem; font-weight: 700; color: #fff; line-height: 1;" x-text="survivalTime >= 60 ? (survivalTime / 60) + ' hrs' : survivalTime + ' min'">60 min</div>
<span style="font-size: 0.6875rem; color: #48bb78; font-family: monospace;" x-show="position !== 'none'">Heat retention extended!</span>
<span style="font-size: 0.6875rem; color: #e53e3e; font-family: monospace;" x-show="position === 'none'">Rapid core cooling risk</span>
</div>
<!-- Active stress bar -->
<div style="height: 6px; background: rgba(255,255,255,0.08); border-radius: 3px; overflow: hidden;">
<div :style="`width: ${curPhase.progress}%; background: ${curPhase.color}; height: 100%; transition: width 0.15s linear;`"></div>
</div>
<div style="margin-top: 0.5rem; font-size: 0.875rem; line-height: 1.5;">
<div style="font-weight: 700; color: #ff6a00;" :style="`color: ${curPhase.color}`" x-text="curPhase.threat"></div>
<p style="margin: 0.375rem 0 0; color: #cbd5e0;" x-text="curPhase.desc"></p>
</div>
<div style="margin-top: 0.5rem; padding: 0.75rem; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.05); border-radius: 6px; font-size: 0.8125rem; line-height: 1.4;">
<strong style="color: #48bb78; display: block; font-size: 0.6875rem; font-family: monospace; letter-spacing: 0.08em; margin-bottom: 2px;">SURVIVAL DIRECTIVE</strong>
<span style="color: #edf2f7;" x-text="curPhase.instructions"></span>
</div>
Prevention & Preparation
- Always wear a properly fitted life jacket when in an open boat or on deck.
- Equip your boat with at least one re-boarding device so you can get out of the water quickly.
- Carry emergency communication and distress signaling devices on your person.
- Attach the engine cut-off device when underway, especially when operating solo.