Your empire in Hyland Point is growing, employees are running product, and then the stuttering hits. Frames tank, the management clipboard freezes your screen, and your co-op partner keeps rubber banding across the map. Schedule 1 lag fix searches have exploded because the game’s Early Access optimization still has rough edges, even on hardware that exceeds the recommended specs. The good news: most of the performance problems trace back to a handful of fixable causes, and several of them require nothing more than a console command.
This guide covers every known cause of lag, stuttering, and FPS drops in Schedule 1, ordered from the quickest wins to deeper system tweaks. If you play co-op, stick around for the multiplayer section near the end.
- What Causes Lag and Stuttering in Schedule 1?
- Clear the Trash (Instant FPS Boost)
- Optimize In-Game Graphics Settings
- Fix Employee Pathfinding Lag
- Force Your Dedicated GPU
- Disable Overlays
- Handle the Memory Leak
- Windows and Driver Optimizations
- Fix Schedule 1 Multiplayer and Co-op Lag
- System Requirements Check
- Quick Reference: Schedule 1 Lag Fix Checklist
- FAQ
What Causes Lag and Stuttering in Schedule 1?
Before jumping into fixes, it helps to understand why Schedule 1 tanks performance in ways that other games with similar system requirements do not.
Trash accumulation. Schedule 1 spawns environmental trash objects throughout Hyland Point. These objects persist across play sessions and stack up over time. Each one is a rendered object the engine tracks, and once hundreds pile up, your frame rate drops noticeably. The developers have acknowledged this as a known performance drain.
Employee pathfinding calculations. Every NPC employee runs real-time pathfinding logic. When an employee gets “stuck” (unable to reach a destination), the pathfinding system loops rapidly trying to resolve the route. This spikes CPU usage and causes stuttering that looks like a GPU problem but is actually processor-bound.
Management clipboard rendering. Opening the management clipboard forces the game to render a UI overlay while simultaneously highlighting every interactive object and employee in the room. That sudden spike in draw calls causes a brief but noticeable stutter, especially at higher resolutions.
Memory leaks during long sessions. Schedule 1 has a documented memory leak. After roughly three hours of continuous play, RAM usage climbs steadily until the game begins stuttering, hitching, or outright crashing. Restarting the game is currently the only fix.
Multiplayer synchronization. In co-op, the host’s machine handles most of the game logic. If the host has a weaker CPU or an unstable connection, every player in the session feels the lag.
Clear the Trash (Instant FPS Boost)
This is the single most impactful fix for Schedule 1 FPS drops. The environmental trash that accumulates throughout Hyland Point is the biggest performance drain in the game.
- Open Settings and go to the Game tab.
- Enable the Console option.
- Press the tilde key (~) to open the console.
- Type
cleartrashand press Enter.
Players on Steam forums report gaining 15 to 30 FPS immediately after running this command, depending on how long the save file has been active. The trash will slowly respawn over time, so run this command whenever you notice frames starting to dip again.
This works because the “trash generators” in Schedule 1 do not have a cap. They keep spawning debris indefinitely, and every object adds to the rendering and physics load.
Optimize In-Game Graphics Settings
Schedule 1’s default settings are not well tuned for performance. Several effects consume disproportionate GPU resources relative to their visual impact.
Settings to Change First
| Setting | Recommended | Why |
|---|---|---|
| Shadow Quality | Medium | Dynamic shadows update constantly as employees walk past grow lights. Dropping from Epic to Medium can gain 20+ FPS. |
| SSAO | Off | Screen-space ambient occlusion adds subtle shading but hits mid-range GPUs hard. |
| Godrays | Off | Volumetric light shafts look nice outdoors but consume significant video memory. |
| Volumetric Lighting | Low or Off | Creates fog effects around street lamps. Eats VRAM without adding much to gameplay. |
| Anti-Aliasing | Off or Low | If you are GPU-bound, turning this off frees up headroom. |
| V-Sync | Off (in-game) | V-Sync in Schedule 1 can introduce micro-stutters. Disable it here and enable it through your GPU control panel instead for smoother frame pacing. |
Set a Frame Rate Cap
Use the in-game frame rate cap and set it to match your monitor’s refresh rate (60, 90, 120, or 144). An uncapped frame rate causes the GPU to render as many frames as possible, which generates excess heat and inconsistent frame times that feel like stuttering.
Fix Employee Pathfinding Lag
If your game stutters in specific locations (especially around your properties where employees work), the culprit is likely a stuck employee. The pathfinding system panics when an NPC cannot reach its destination, burning CPU cycles in a tight loop.
How to identify it: Watch your CPU usage while playing. If it spikes whenever you are near your operation but drops in empty areas of the map, employee AI is the cause.
How to fix it:
- Fire and rehire employees who seem stuck or are standing idle in odd locations.
- Make sure doorways and walkways in your properties are not blocked by furniture or equipment.
- Keep your operation layout simple. Complex multi-room setups with narrow corridors create more pathfinding failures.
The developers have been patching this in successive updates, so keeping your game updated is critical. Check for updates regularly through Steam.
Force Your Dedicated GPU
Windows sometimes assigns Schedule 1 to your integrated GPU instead of your dedicated graphics card, especially on laptops. This causes severe FPS drops because integrated graphics lack the power to run the game smoothly.
Windows Graphics Settings:
- Open Settings > System > Display > Graphics.
- Click Browse and add Schedule 1’s executable file.
- Select the game, click Options, and choose High Performance.
NVIDIA Control Panel:
- Open NVIDIA Control Panel.
- Go to Manage 3D Settings > Program Settings.
- Add Schedule 1 and set the preferred GPU to your NVIDIA card.
- Set Power Management Mode to Prefer Maximum Performance.
- Set Low Latency Mode to Ultra to reduce the render queue.
AMD Software:
- Open AMD Software: Adrenalin Edition.
- Go to Gaming and add Schedule 1.
- Set the GPU assignment to your dedicated card.
Disable Overlays
Steam, Discord, and NVIDIA GeForce Experience overlays inject rendering hooks into the game process. In early-access titles like Schedule 1, these hooks can conflict with the renderer and cause stuttering.
Steam Overlay: Right-click Schedule 1 in your library > Properties > uncheck “Enable the Steam Overlay while in-game.”
Discord Overlay: Open Discord Settings > Game Overlay > toggle off “Enable in-game overlay.”
GeForce Experience: Open GeForce Experience > Settings > toggle off “In-Game Overlay.”
Restart the game after disabling overlays. Several players on the Steam community forums confirmed that disabling the Discord overlay alone resolved their stuttering.
Handle the Memory Leak
Schedule 1 has a known memory leak that causes RAM usage to balloon during extended play sessions. After roughly three hours, the game may consume significantly more RAM than it did at launch, leading to progressive stuttering and eventual crashes.
The fix is simple but not elegant: restart the game every two to three hours during long sessions. Save your progress, close Schedule 1 completely, and relaunch.
You can monitor this in real time by opening Task Manager (Ctrl+Shift+Esc) and watching Schedule 1’s memory usage. If it climbs past 10 to 12 GB on a 16 GB system, it is time to restart.
The developers are aware of this issue and have been improving memory management with each patch. Running the latest version of the game minimizes the severity.
Windows and Driver Optimizations
Update Your GPU Drivers
NVIDIA and AMD both release Game Ready drivers that include optimizations for popular titles. Make sure you are running the latest driver:
- NVIDIA: Download from GeForce Experience or the NVIDIA website.
- AMD: Download from AMD Software: Adrenalin Edition.
If you recently updated drivers and the stuttering started afterward, try rolling back to the previous version through Device Manager.
Enable Hardware-Accelerated GPU Scheduling
This Windows feature allows your GPU to manage its own video memory scheduling, reducing latency:
- Open Settings > System > Display > Graphics.
- Click Change default graphics settings.
- Toggle on Hardware-accelerated GPU scheduling.
- Restart your PC.
Verify Game Files
Corrupted game files cause texture loading issues, stuttering, and crashes:
- Open Steam and right-click Schedule I in your library.
- Go to Properties > Installed Files.
- Click Verify integrity of game files.
This takes about two minutes and re-downloads any corrupted files.
Still lagging after trying everything?
WTFast reroutes your game traffic through optimized servers — cutting ping by 30-50% for most players.
Fix Schedule 1 Multiplayer and Co-op Lag
If you are experiencing lag specifically in multiplayer sessions, the problem usually lives on the host’s side or in the network path between players.
Host-Side Fixes
The host machine handles game logic for every player in the session. If the host’s hardware or connection is weak, all players suffer:
- The player with the strongest PC and most stable internet should always host.
- The host should run the
cleartrashcommand before inviting players. - Close all bandwidth-heavy applications (streaming, downloads, cloud sync) on the host machine.
Connection Fixes for All Players
- Use a wired Ethernet connection. Wi-Fi adds latency variability that causes rubberbanding in co-op.
- Disable VPNs and proxy tools. Services like Tailscale and Hamachi can interfere with Schedule 1’s peer-to-peer connections.
- Enable QoS on your router to prioritize gaming traffic over other devices on your network.
- Check your NAT type. A strict NAT can prevent direct connections between players, forcing traffic through relay servers that add latency.
Co-op Loading Issues
If friends cannot load into your save file, have them delete their local Schedule 1 cache files:
- Navigate to
C:\Users\<username>\AppData\LocalLow\TVGS\. - Delete the Schedule 1 folder contents (this does not affect save data on the host).
- Relaunch the game and rejoin.
System Requirements Check
Before assuming something is broken, verify your hardware meets the game’s requirements:
| Component | Minimum | Recommended |
|---|---|---|
| CPU | Intel Core i5 (6-core) | Intel Core i5/i7 (6-core, 3.5 GHz+) |
| GPU | AMD RX 580 / NVIDIA GTX 1060 | AMD RX 6700 / NVIDIA RTX 3060 |
| RAM | 8 GB | 16 GB |
| Storage | 8 GB (SSD recommended) | 8 GB SSD |
Even if you exceed the recommended specs, the trash accumulation and memory leak issues affect all hardware levels. The fixes in this guide apply regardless of your system’s power.
Quick Reference: Schedule 1 Lag Fix Checklist
Run through this list in order for the fastest results:
- Run
cleartrashin the console. - Turn off SSAO, Godrays, and Volumetric Lighting.
- Drop Shadow Quality to Medium.
- Disable V-Sync in-game (enable through GPU control panel).
- Set a frame rate cap matching your monitor.
- Assign your dedicated GPU in Windows graphics settings.
- Disable Steam, Discord, and GeForce overlays.
- Verify game file integrity through Steam.
- Update GPU drivers.
- Restart the game every 2 to 3 hours to counter the memory leak.
Still lagging after trying everything?
WTFast reroutes your game traffic through optimized servers — cutting ping by 30-50% for most players.
FAQ
Why does Schedule 1 lag so much even on a good PC?
The most common cause is trash accumulation. Schedule 1 spawns environmental debris that stacks up over time without a cap, dragging down performance regardless of hardware. Open the console with the tilde key and type cleartrash for an instant FPS boost. Employee pathfinding bugs and a known memory leak during long sessions are also major contributors.
How do I open the console in Schedule 1?
Go to Settings, open the Game tab, and enable the Console option. Then press the tilde key (~) during gameplay to open the console. Type cleartrash and press Enter to remove all accumulated trash objects and boost FPS.
Does Schedule 1 have a memory leak?
Yes. Schedule 1 has a documented memory leak that causes RAM usage to increase during extended play sessions. After roughly three hours, the game may use significantly more memory than at launch, causing stuttering and crashes. Restarting the game every two to three hours is the current workaround.
Why is Schedule 1 multiplayer so laggy?
In co-op, the host machine handles game logic for all players. If the host has a weaker CPU or unstable internet, everyone experiences lag. The player with the strongest hardware and most stable connection should host. Use wired Ethernet, disable VPNs and proxy tools like Tailscale, and have the host run the cleartrash command before inviting players.
What are the best graphics settings for Schedule 1 performance?
Turn off SSAO, Godrays, and Volumetric Lighting. Set Shadow Quality to Medium (this alone can gain 20+ FPS). Disable V-Sync in-game and enable it through your GPU control panel instead. Set a frame rate cap that matches your monitor’s refresh rate.
