You wrote a good prompt. The image still came back with a warped hand, a busy background, and a weird watermark in the corner. You didn't ask for any of that — so how do you tell the model not to do it? That's what a negative prompt is for.

What is a negative prompt?

A negative prompt is a separate instruction that tells an AI image model what to leave out of the image. Your normal (positive) prompt says what you want — "a woman in a red saree, soft light." The negative prompt lists what you don't want — "blurry, extra fingers, watermark, cluttered background." The model then steers away from those things. It's the difference between describing the photo and also naming the mistakes you keep getting, so the model avoids them.

Which tools use negative prompts

Not all of them, and this trips people up. Stable Diffusion and Flux have a dedicated negative-prompt field — this is where the feature is strongest. Midjourney doesn't have a field, but does the same job with the --no parameter (e.g. --no text, watermark). ChatGPT's image generation and Nano Banana don't take a formal negative prompt — instead you just tell them in plain language ("no text, keep the background clean"), and they mostly listen. So the concept works everywhere; only the syntax changes.

When a negative prompt actually helps

Negative prompts earn their keep on recurring, specific problems:

Anatomy fixes — "extra fingers, deformed hands, extra limbs" is the classic use. Models still fumble hands, and naming it helps.

Removing junk — "watermark, text, signature, logo, frame" cleans up the artefacts models sometimes hallucinate.

Killing a style you don't want — if you keep getting cartoonish output, "cartoon, illustration, 3d render, painting" pushes it back toward photography.

Cleaning the background — "cluttered background, busy, messy" when the model keeps filling space with distractions.

When it does nothing (or hurts)

A negative prompt isn't a magic quality dial. Stuffing it with fifty words like "ugly, bad, low quality, worst quality" mostly wastes effort — vague negatives give the model nothing concrete to avoid. And on models without a real negative field (ChatGPT image, Nano Banana), pasting a giant negative-prompt block can confuse more than it helps; a plain "no text, clean background" works better. Fix the positive prompt first; reach for negatives to solve a specific, repeating problem.

Copy-paste negative prompts

The problemNegative prompt to addWarped hands / facesdeformed hands, extra fingers, extra limbs, distorted faceWatermarks & textwatermark, text, signature, logo, frame, captionLooks like a cartooncartoon, illustration, 3d render, painting, animeCluttered backgroundbusy background, cluttered, messy, distracting objectsPlastic / fake skinplastic skin, waxy, oversmoothed, airbrushed

In Stable Diffusion or Flux, paste these in the negative field. In Midjourney, append as --no deformed hands, watermark, text. In ChatGPT or Nano Banana, just write "avoid: warped hands, any text, cluttered background."

Do this now

Next time an image comes back with a specific, repeatable flaw, don't just re-roll — name the flaw in a negative prompt and run it again. Start from the table above and add only what you actually keep seeing.

Want prompts where the hard work's already done? Browse the AI image prompt library — each one's been tested so you spend less time fighting artefacts.

Related guides