N2908C Aviation Accident 2025-04-18: Difference between revisions

From AviationSafetyX Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[File:N2908C.png|thumb|right|1954 Cessna 180 Skywagon, N2908C|333x333px]]
== Accident Summary ==
== Accident Summary ==
'''Fatal Accident (3) - Private Cessna 180 Skywagon, N2908C, near Fremont, NE, April 18, 2025'''
'''Fatal Accident (3) - Private Cessna 180 Skywagon, N2908C, near Fremont, NE, April 18, 2025'''
Line 9: Line 9:
{| class="wikitable"
{| class="wikitable"
|+
|+
! Approx. Avalanche Location
! Approx. Accident Location
! Aircraft Fatalities
! Aircraft Fatalities
! Ground Fatalities
! Ground Fatalities
Line 41: Line 41:
== Gallery ==
== Gallery ==
<html>
<html>
<iframe src="https://asxgalleries.alsresume.com/n635ta/" width="800px" height="400px" frameborder="0" scrolling="yes" style="text-align: left;"></iframe>
<iframe src="https://asxgalleries.alsresume.com/n2908c/" width="800px" height="400px" frameborder="0" scrolling="yes" style="text-align: left;"></iframe>
</html>
</html>


Line 47: Line 47:
<table>
<table>
<tr>
<tr>
<td><embedvideo service="youtube" dimensions="310x174" alignment="right">MikOezAdtfU</embedvideo></td>
<td><embedvideo service="youtube" dimensions="310x174" alignment="right">jjV_k4-DstQ</embedvideo></td><td><embedvideo service="youtube" dimensions="310x174" alignment="right">MikOezAdtfU</embedvideo></td>
</tr>
</tr>
</table>
</table>


<div style="display:block; max-width:800px; margin-left:0px; padding-left:0px; text-align:left; line-height:1.6; font-family:Arial, sans-serif;">
<div style="display:block; max-width:800px; margin-left:0px; padding-left:0px; text-align:left; line-height:1.6; font-family:Arial, sans-serif;">
Line 56: Line 55:
== ASX Accident Report ==
== ASX Accident Report ==


On April 11, 2025, at approximately 10:23 AM local time, a 1977 Cessna 310R registered as N8930N and operated by ReProp LLC was involved in a fatal accident near Boca Raton, Florida. The aircraft had departed Boca Raton Public Airport (KBCT) and was en route to Tallahassee International Airport (KTLH) with three individuals on board. The occupants, all members of the Stark family, were identified as 81-year-old Robert Stark, 54-year-old Stephen Stark, and 17-year-old Brooke Stark. All three occupants sustained fatal injuries. One individual on the ground, Pablo Tafur, was injured but survived with non-life-threatening injuries when his vehicle was impacted as a result of the post-crash fire and subsequent debris.
On Friday, April 18, 2025, at approximately 8:12 p.m. local time, a privately owned Cessna 180 Skywagon crashed into the Platte River just south of Fremont, Nebraska. The aircraft was occupied by three individuals: Daniel Williams, age 43, of Moundridge, Kansas; Jeff Bittinger, age 50; and Randy Amrein, age 48, both of Fremont. All three occupants were fatally injured, and their bodies were recovered later that night from the submerged wreckage.
 
The accident occurred during the maneuvering phase of flight, which may include low-altitude operations such as local sightseeing or river following. Witnesses reported observing the aircraft go down near Hormel Park, prompting a multi-agency emergency response. Crews from the Fremont Police Department, Fremont Fire and Rural Fire Departments, Dodge County Sheriff's Office, Waterloo Fire Department, and others responded rapidly. Recovery operations included airboats, drones, and an Omaha Police Department helicopter to locate and retrieve the wreckage and victims.
 
At the time of the crash, the reported weather at nearby KFET (Fremont Municipal Airport) showed winds from 330 degrees at 13 knots with gusts up to 21 knots, overcast skies at 6,000 feet, and a temperature of approximately 9°C. While preliminary reports do not yet confirm the exact cause of the crash, one source reported that the aircraft may have struck power lines during flight over the river. No distress calls or flight plan origin/destination details were publicly released at the time of reporting.
 
The Federal Aviation Administration (FAA) and the National Transportation Safety Board (NTSB) have initiated a formal investigation into the accident. The site remains under investigation, and both agencies are working to determine the chain of events that led to the crash.


</div>
</div>
Line 68: Line 73:
* [https://www.thebestmix1055.com/2025/04/18/officials-investigate-friday-night-plane-crash/ KFMT Fremont]
* [https://www.thebestmix1055.com/2025/04/18/officials-investigate-friday-night-plane-crash/ KFMT Fremont]
* [https://www.ketv.com/article/fremont-fire-officials-say-plane-crashed-near-fremont/64527946 KETV Omaha]
* [https://www.ketv.com/article/fremont-fire-officials-say-plane-crashed-near-fremont/64527946 KETV Omaha]
* [https://www.wowt.com/2025/04/19/plane-crash-reported-platte-river-south-fremont/ WOWT]
<HTML>
<script>
window.addEventListener('load', function () {
    var modal = document.createElement('div');
    modal.id = 'asxModal';
    modal.style.cssText = `
        position: fixed;
        top: 25%;
        left: 31.4%;
        transform: translate(-50%, -50%);
        width: 400px;
        background: white;
        outline: 1px solid #c9c9c9;
        padding: 5px;
        border-radius: 0px;
        text-align: center;
        box-shadow: 0 0 0px #a1a1a1;
        z-index: 9999;
    `;
    modal.innerHTML = `
        <span id="asxClose"
              style="
                position:absolute;
                top:96px;
                right:0px;
                cursor:pointer;
                font-size:11px;
                font-weight: regular;
                color: #999999;
                line-height: 1;
                z-index: 10000;
              ">Close</span>
        <a href="https://wiki.alsresume.com/index.php?title=Please_Donate_-_Thank_You!" target="_blank">
            <img src="https://wiki.alsresume.com/images/5/5f/Donate_3d.jpg?20250507161056" alt="ASX Donorbox"
                style="max-width:100%; margin-bottom:0px;"></a>
        <div style="font-weight:regular; font-size:13px; color:#dfdfdf; font-style: italic;">
        </div>
    `;
    document.body.appendChild(modal);
    document.getElementById('asxClose').onclick = function () {
        modal.remove();
    };
});
</script>
</HTML>

Latest revision as of 10:22, 7 May 2025

1954 Cessna 180 Skywagon, N2908C

Accident Summary

Fatal Accident (3) - Private Cessna 180 Skywagon, N2908C, near Fremont, NE, April 18, 2025

Interactive Map

Accident Information

Approx. Accident Location Aircraft Fatalities Ground Fatalities Injured ASN Entry
41°24'27.68"N, 96°30'58.98"W 3 0 0 Aviation Safety Network


Aircraft Information

Type Operator Registration Serial Number Manufacture Date
Cessna 180 Skywagon Private N2908C 30808 1954

Gallery

YouTube Accident Related Video(s)

ASX Accident Report

On Friday, April 18, 2025, at approximately 8:12 p.m. local time, a privately owned Cessna 180 Skywagon crashed into the Platte River just south of Fremont, Nebraska. The aircraft was occupied by three individuals: Daniel Williams, age 43, of Moundridge, Kansas; Jeff Bittinger, age 50; and Randy Amrein, age 48, both of Fremont. All three occupants were fatally injured, and their bodies were recovered later that night from the submerged wreckage.

The accident occurred during the maneuvering phase of flight, which may include low-altitude operations such as local sightseeing or river following. Witnesses reported observing the aircraft go down near Hormel Park, prompting a multi-agency emergency response. Crews from the Fremont Police Department, Fremont Fire and Rural Fire Departments, Dodge County Sheriff's Office, Waterloo Fire Department, and others responded rapidly. Recovery operations included airboats, drones, and an Omaha Police Department helicopter to locate and retrieve the wreckage and victims.

At the time of the crash, the reported weather at nearby KFET (Fremont Municipal Airport) showed winds from 330 degrees at 13 knots with gusts up to 21 knots, overcast skies at 6,000 feet, and a temperature of approximately 9°C. While preliminary reports do not yet confirm the exact cause of the crash, one source reported that the aircraft may have struck power lines during flight over the river. No distress calls or flight plan origin/destination details were publicly released at the time of reporting.

The Federal Aviation Administration (FAA) and the National Transportation Safety Board (NTSB) have initiated a formal investigation into the accident. The site remains under investigation, and both agencies are working to determine the chain of events that led to the crash.


Tracking and Social Media

  • Flight Tracking: Flightradar24, FlightAware, AirNav RadarBox
  • Social Media: Facebook, Instagram, X (formerly Twitter)

Sources and References