Learn why flight simulator propellers look stationary or spin backwards, how frame aliasing works, and when textures or animations need fixing.
Propellers look stationary or spin backwards in flight simulators because the sim and display show rotation as a sequence of frames. When a blade advances by nearly one blade-spacing between frames, each image resembles the last; a small timing difference makes the sampled rotation appear stopped, slow or reversed. This is temporal aliasing.
The effect occurs across Microsoft Flight Simulator, FSX, Prepar3D, X-Plane and other flight simulators. It is usually a harmless version of the wagon-wheel effect, although an aircraft-specific texture, material or animation fault can produce similar symptoms.
What causes the stationary propeller effect?
A propeller appears stationary when its blades occupy nearly equivalent positions in each rendered or recorded frame. With identical blades, the image repeats after one blade-spacing rather than requiring a complete revolution.
For an ideal propeller, the repeating speeds follow RPM = 60 × sampled fps × k ÷ blade count, where k is a whole number. At 30 sampled frames per second, for example, a two-bladed propeller can appear stationary near 900, 1,800 or 2,700 RPM. If it falls just short of the repeated position, it appears to rotate backwards; just beyond it, the propeller creeps forwards.
Rendered frame rate, display refresh, dropped frames and video capture cadence all influence the result. Raising the frame rate may move or reduce the effect, but it cannot guarantee that the blades will never appear stationary.
At higher RPM, many aircraft models replace individually drawn blades with a translucent blurred disc. Motion blur, temporal anti-aliasing, upscaling, frame generation and VR reprojection can then change how convincing that disc looks.
Is a backwards propeller a graphics fault?
A propeller that reverses only around particular RPM values is normal temporal aliasing; one that remains frozen or rotates incorrectly at every power setting may have a broken animation or material.
| Symptom | Likely explanation | What to check |
|---|---|---|
| Stops and reverses as RPM changes | Normal frame-sampling aliasing | Move the throttle slowly and watch whether the apparent direction changes again |
| Direction changes after moving from the nose to the cockpit | Opposite viewing direction | A rotating object appears to turn the other way when viewed from the other end of its axis |
| Left and right propellers genuinely turn opposite ways | Counter-rotating aircraft design | Compare the aircraft documentation and engine layout |
| Propeller is frozen at every RPM on one aircraft | Aircraft model, animation or configuration fault | Compare it with a known-good built-in aircraft |
| Dark, opaque or sharply cut-out propeller disc | Incorrect texture alpha or material blending | Restore the original propeller texture and remove incompatible replacements |
| Ghosting or multiple blade images | Temporal anti-aliasing, upscaling, frame generation or VR reprojection | Test those features individually rather than changing several settings together |
How can I fix a stationary or backwards propeller?
First determine whether the behaviour follows RPM or remains broken under every condition.
- Change RPM gradually. If the propeller stops, reverses briefly and then resumes apparent forward rotation, the animation is working and you are seeing temporal aliasing.
- Check the viewpoint. Compare cockpit and nose-on external views, remembering that viewing the shaft from opposite ends reverses the apparent direction.
- Test another aircraft. If built-in aircraft look normal but one add-on does not, concentrate on that aircraft's model, configuration and textures rather than global graphics settings.
- Restore original files. Remove replacement propeller textures or animation modifications and reinstall the aircraft's unmodified files. Keep a backup before editing anything.
- Test rendering features one at a time. Temporarily change motion blur, temporal anti-aliasing, upscaling, frame generation or VR reprojection. A stable frame rate can improve the blur, but a different frame cap may simply shift the stationary effect to another RPM.
- Check video separately. If the reversal exists only in a recording, disable optical-flow interpolation and use a fixed capture rate the computer can sustain.
What should FSX and FS2004 users check?
Legacy FSX and FS2004 aircraft commonly use separate static, slow and blurred propeller artwork. An incorrect alpha channel can create an opaque disc, while an unsuitable prop_anim_ratio value or model animation can make the visual rotation unnaturally slow.
Our diagnostic notes for FSX prop transparency and animation faults cover the common material problems. The FSX replacement-texture and animation-ratio examples demonstrate how artwork and configuration affect the result, while this FS2004 DC-3 propeller bitmap example shows how blade visibility and blur can change without altering engine physics.
Do not copy an arbitrary animation-ratio value from an unrelated aircraft. Blade count, model animation and texture design differ, and a replacement bitmap cannot repair reversed keyframes embedded in the 3D model.
Why can a recording make the propeller reverse?
A recording introduces another sampling rate, so a propeller that looks acceptable during play can appear stationary or backwards in the exported video. Frame dropping and editor-generated intermediate frames can make the direction change several times during one power adjustment.
Use a stable simulator frame rate, record at a fixed supported rate and avoid optical-flow frame interpolation around propellers. Filming the monitor with a phone adds the camera's shutter and rolling-shutter scan to the monitor refresh, which can also produce bent blades, bands or stronger reversal.
Does the visual effect change aircraft performance?
Temporal aliasing does not change thrust, engine RPM or the flight model. If the tachometer, engine sound and aircraft performance respond normally, the problem is visual. Investigate the engine or aircraft configuration only when the indicated RPM and actual performance are wrong as well.