Animations stutter or skip during slide shows on older PCs, making presentations look unprofessional. The root cause is often hardware graphics acceleration, a feature that offloads rendering to the GPU but can conflict with older or incompatible graphics drivers. This article explains why hardware acceleration causes stuttering and shows you how to disable it in PowerPoint to restore smooth animation playback.
Key Takeaways: Fixing Animation Stutter by Disabling Hardware Acceleration
- File > Options > Advanced > Display > Disable hardware graphics acceleration: Turns off GPU-based rendering to prevent stuttering on older PCs.
- Disable slide show hardware acceleration in Registry (HKCU\Software\Microsoft\Office\16.0\PowerPoint\Options\DisableHardwareAcceleration=1): Forces the setting for all users or if the checkbox is grayed out.
- Update or roll back graphics driver: A driver mismatch can cause stuttering even when hardware acceleration is on.
Why Hardware Acceleration Causes Animation Stuttering
Hardware graphics acceleration lets PowerPoint use your computer’s GPU to render slide content, animations, and transitions. On modern systems with up-to-date drivers, this improves performance. On older PCs with integrated graphics chips or outdated drivers, the GPU cannot keep up with the rendering demands of complex animations. The result is dropped frames, jerky motion, or frozen slides during the show.
PowerPoint uses DirectX to access the GPU. When the GPU driver is old or incompatible, DirectX calls fail or take too long. PowerPoint falls back to software rendering but the switch causes a noticeable stutter. Disabling hardware acceleration forces PowerPoint to use the CPU for all rendering, which is slower for still images but more reliable for animation sequences on older hardware.
Which Animations Are Most Affected
Animations that involve transparency, 3D rotation, or large vector graphics are the hardest on the GPU. For example, the Fly In animation with a Bounce end effect on a full-slide vector diagram will stutter more than a simple Fade on a small photo. The stutter is worse when multiple animations play at the same time.
Steps to Disable Hardware Acceleration in PowerPoint
- Open PowerPoint and go to File > Options
Launch PowerPoint. Click the File tab in the top-left corner, then click Options at the bottom of the left pane. The PowerPoint Options dialog opens. - Navigate to Advanced settings
In the dialog, click Advanced in the left sidebar. Scroll down to the Display section, located about two-thirds of the way down. - Check the box to disable hardware graphics acceleration
Find the option Disable hardware graphics acceleration. Check the box. This tells PowerPoint to stop using the GPU for rendering slides and animations. - Click OK and restart PowerPoint
Click OK to save the change. Close and reopen PowerPoint to apply the setting. Test your animation-heavy slides in Slide Show mode to verify the stutter is gone.
Alternative Method: Use Registry Editor for Persistent Setting
If the checkbox is grayed out or you need to apply the setting across multiple user accounts, use the Windows Registry.
- Open Registry Editor
Press Windows + R, type regedit, and press Enter. Click Yes if prompted by User Account Control. - Navigate to the PowerPoint key
Go toHKEY_CURRENT_USER\Software\Microsoft\Office\16.0\PowerPoint\Options. If the Options key does not exist, right-click the PowerPoint key, choose New > Key, and name it Options. - Create a DWORD value
Right-click in the right pane, choose New > DWORD (32-bit) Value. Name it DisableHardwareAcceleration. - Set the value to 1
Double-click the new value, set Value data to 1, and click OK. Close Registry Editor and restart PowerPoint.
If Animations Still Stutter After Disabling Hardware Acceleration
PowerPoint Still Uses GPU for Video Playback
Disabling hardware graphics acceleration affects slide rendering only. Embedded videos may still trigger the GPU. To fix this, right-click the video on the slide, choose Format Video, and under Video Options, uncheck Play Full Screen. Also set the video to start On Click instead of automatically. This reduces the rendering load.
Outdated or Corrupted Graphics Driver
Even with acceleration off, a bad driver can cause system-wide stuttering. Open Device Manager, expand Display adapters, right-click your GPU, and choose Update driver. Select Search automatically for drivers. If Windows finds no update, visit the GPU manufacturer’s website (Intel, AMD, or NVIDIA) and download the latest driver for your model. If the stutter started after a recent driver update, roll back the driver in Device Manager by right-clicking the GPU, selecting Properties > Driver > Roll Back Driver.
Animation Complexity Exceeds CPU Capability
If the CPU is very old (e.g., Intel Core 2 Duo or AMD Phenom), software rendering may still stutter on complex animations. Simplify the animation: reduce the number of simultaneous effects, use Fade instead of Fly In, and avoid Spin or Grow/Shrink on large objects. You can also set the animation duration to 0.50 seconds or longer to give the CPU more time to render each frame.
Hardware Acceleration On vs Off: Animation Performance Comparison
| Item | Hardware Acceleration On | Hardware Acceleration Off |
|---|---|---|
| Rendering method | GPU (DirectX) for slides and animations | CPU for all rendering |
| Animation smoothness on modern PC | 60 fps, no stutter | 30–40 fps, possible micro-stutter |
| Animation smoothness on older PC | 15–25 fps, frequent stutter | 30–40 fps, no stutter |
| GPU driver dependency | Requires up-to-date driver | No GPU driver dependency |
| Battery impact (laptop) | Lower power draw for GPU rendering | Higher CPU usage, shorter battery life |
Disabling hardware acceleration is the most reliable fix for animation stuttering on older PCs. If you later upgrade to a newer computer with a compatible GPU, you can re-enable the feature by unchecking the same box.