How to boost FPS in Minecraft Bedrock on a low-end PC

The settings that actually raise FPS in Minecraft Bedrock, ordered by how much they matter. No sketchy programs, no registry tricks.

Before you change anything: what is actually slowing you down

Most guides hand you twenty settings and tell you to apply all of them. The problem is that two or three do almost all the work and the other seventeen you will never notice. Worse: some of them make the game ugly in exchange for nothing.

So the order below is deliberate. It goes from biggest to smallest effect. Apply the first one, load a world and see if that was enough. Very often it is.

To know whether you improved, you need to see the number. In Bedrock the most direct way is to turn the counter on from the game's own video settings — depending on your version it shows up as "Show FPS" or inside the debug screen. Without a number before and after, you are not measuring. You are guessing.

1. Render distance (this one alone can fix everything)

It is the most expensive setting in the game, by a wide margin. Render distance decides how many chunks — 16×16 block slices of world — your PC has to load, hold in memory and draw at all times.

And it does not grow gently: it grows squared. Going from 8 to 16 chunks does not double the work, it multiplies it by four, because the area is a circle around you. That is why lowering it returns more FPS per unit of visual quality lost than anything else.

  1. Open Settings → Video.
  2. Find Render Distance.
  3. If you are above 12 chunks, drop it to 8. Play a round.
  4. If it runs well and you want to see further, raise it by 2 until it starts to hurt.

Eight chunks plays perfectly well. That is 128 blocks in every direction, further than the range where hostile mobs spawn. You will see terrain appear a little closer, and in exchange many PCs go from stuttering to smooth. It is the best trade on this list.

2. Make the game use the right graphics card

This matters especially on laptops, and it is the number one cause of "I have a decent card and it still runs badly". If your machine has integrated graphics plus a dedicated card, Windows decides which one each program gets — and sometimes it decides wrong.

Minecraft Bedrock is a Microsoft Store app, so it lives in a separate section:

  1. Open Windows Settings → System → Display → Graphics.
  2. In the app type selector choose Microsoft Store app.
  3. Find Minecraft in the list and add it.
  4. Click Options and pick High performance.
  5. Restart the game. Going back to the menu is not enough — it has to close completely.

While you are on a laptop, two more things worth as much as this one: play plugged in, and set your power plan to best performance. On battery, both Windows and the laptop itself lower the CPU clock on purpose, and no in-game setting will save you from that.

3. The video settings that are actually worth it

You already lowered the heaviest one. These come next, and here it is worth testing one at a time so you do not make the game ugly for no reason:

  • Fancy graphics: turn it off. It changes how leaves, water and transparency are drawn, and it is one of the most expensive on this list.
  • Smooth lighting: turn it off. It is one of the least missed and it gives something back.
  • Clouds: off. Small effect, but it is free.
  • Ray tracing / RTX: off, no argument, if you came here for FPS. It is the most expensive thing in the game.
  • VSync: this one depends. It caps FPS to your monitor's refresh rate. Turning it off can raise the number, but you get tearing: the image split horizontally. If your problem is stutter rather than a low number, leave it on.
  • High resolution texture packs: remove them while testing. A 128× or 256× pack eats video memory, and on modest cards that hurts more than any setting.

And one almost nobody checks: shaders

If you installed a shader — RenderDragon, or any of the ones shared around for Bedrock — that is probably your entire problem. A shader rewrites how every pixel is drawn. Remove it, measure, and only then decide whether you can afford it.

4. Windows: three things, and none of them is an "optimizer"

This is where guides fill up with smoke. These three are real:

Update your graphics driver

It is the most boring and the most rewarding item in this section. Get it from the manufacturer, not from a search result: NVIDIA through GeForce Experience or their site, AMD through Adrenalin, Intel through the Driver & Support Assistant. A two-year-old driver can cost you 10 or 20% without you noticing.

Turn off background recording

Windows may be recording your session constantly so you can save "what just happened". It is convenient and it costs FPS. You will find it under Settings → Gaming → Captures, the background recording option.

Close what you are not using

You do not need to close "everything" — you need to close what eats. A browser with fifteen tabs is the usual suspect. Discord too, if hardware acceleration is on, because it asks work from the same card that is drawing your game.

5. What will NOT raise your FPS

This is the section you will not find in most videos, and it is the one that saves you the most time:

  • Registry cleaners. The Windows registry does not get "dirty" in a way that affects FPS. None of these programs do what they promise, and several bring adware along for the ride.
  • "FPS boosters" and "game optimizers". At best they close processes you could close yourself. At worst they are something else entirely. If a program will not tell you exactly what it changes, do not install it.
  • Defragmenting an SSD. Not only useless: it burns write cycles. Windows already handles this on its own.
  • Allocating more RAM to Bedrock. That is a Java thing, not a Bedrock thing. Bedrock is C++ and manages its own memory; there is no setting to change. If someone tells you otherwise, they are talking about the other edition.
  • More RAM, if you already have 8 GB. Going from 8 to 16 GB helps you keep things open at once, but it does not raise Minecraft's FPS by itself. If you are going to spend money, look at the graphics card first.

If it still runs badly after all this

Then it is no longer configuration: either the machine hit its ceiling, or something is broken. Two things to rule out before giving up:

  • Heat. If it starts fine and falls apart ten minutes in, it is temperature. A laptop with blocked fans lowers its own CPU clock to avoid cooking itself, and that feels exactly like "it runs slow".
  • The install itself. An installation carrying years of worlds, packs and add-ons can drag problems no setting will fix. A clean install helps there — which is not the same as losing your worlds, as long as you back them up first.

Frequently asked questions

How many FPS should I get in Minecraft Bedrock?

That depends on your monitor more than your PC. If your screen is 60 Hz, anything above 60 FPS is invisible — the monitor cannot show it. What you do feel is stability. A locked 45 FPS plays better than an average of 70 that swings between 100 and 25.

Does Bedrock run better than Java?

Generally yes, especially on modest PCs. Bedrock is written in C++ while Java runs on a virtual machine. But it is not magic: render distance is still the most expensive setting in Bedrock, exactly like in Java.

Does lowering my screen resolution help?

Yes, quite a lot, if your bottleneck is the graphics card. Fewer pixels to draw means less work per frame. The downside is obvious: it looks worse. Try it only after lowering render distance, which costs less visual quality per FPS gained.

Do "PC optimizer" programs help?

Almost none of them. Registry cleaners and "FPS boosters" have access to nothing you cannot change yourself in Windows, and several of them install adware or worse. If a program promises to double your FPS without telling you what it changes, do not trust it.

Will putting Minecraft on an SSD raise my FPS?

It will not raise FPS, but it will remove stutter. FPS come from your CPU and GPU; the drive decides how fast chunks load. On a hard drive you will see the world appear in pieces as you move, even if the counter says 60.

You might also need