Half of professional prompt engineering is what you put in. The other half is what you keep out. Negative prompts — explicit instructions telling the model what to avoid — are the secret weapon behind clean, predictable AI images. This tutorial shows you when and how to use them, and what to put on your default exclusion list.
A negative prompt is a second instruction sent alongside your main prompt, telling the diffusion model: "steer away from these things". Stable Diffusion has supported negative prompts since its earliest releases. Midjourney offers the --no parameter (e.g. --no text, watermark). DALL·E 3 does not have a formal negative-prompt field, but you can write exclusions in natural language ("with no people in the frame, no text on the bottle") and it generally listens.
Used well, negative prompts dramatically reduce the number of generations you need to throw away.
Imagine the diffusion process as a funnel. Your positive prompt pulls the model towards a region of latent space — say, "photorealistic portrait of a chef in a kitchen". But that region overlaps with many things you do not want: distorted hands, extra fingers, blurry text, garish colours, low-resolution noise. The negative prompt acts like a filter, narrowing the funnel before the final image is decoded.
Quality-defect negatives address known model failures: blurry, out of focus, low resolution, low quality, jpeg artefacts, pixelated, grainy, noise, deformed hands, extra fingers, six fingers, mangled face, asymmetric eyes, watermark, signature, logo, text, captions, ugly, disfigured.
Stylistic negatives push you out of unwanted style territory: cartoon, anime, illustration, painting, drawing, 3D render (when you want photorealism), or photorealistic, photographic, realistic skin (when you want illustration).
Content negatives remove specific elements: people, crowds, cars, modern technology, text, signs, jewellery, hats. Use these to keep scenes uncluttered or period-accurate.
Positive only — common failures slip through
portrait of a young woman holding a coffee cup,
in a warm Italian cafe
This positive prompt is fine — but it leaves the door open to every common diffusion failure: mangled hands clutching the cup, illegible text on the cup, a passer-by photobombing the background, a Coca-Cola logo invented on the wall. You will spend several generations re-rolling for a clean version.
Positive + negative — funnel narrowed
POSITIVE: portrait of a young woman in her late twenties,
gentle half-smile, holding a small espresso cup with both
hands, sitting in a warm Italian cafe with soft morning
window light.
Style: photorealistic, 85mm portrait lens, shallow depth
of field, Kodak Portra 400 aesthetic.
NEGATIVE (Stable Diffusion field, or Midjourney --no):
deformed hands, extra fingers, mangled fingers, text on cup,
watermark, logo, brand text, passers-by, blurry, low quality,
oversaturated, cartoon, illustration, painting
--ar 4:5 --v 6 --style raw --no text, deformed hands,
extra fingers, watermark
With the negative funnel in place, you reach a usable image in one or two generations instead of six or seven. The hands stay anatomically reasonable, no fake brand text appears, and the style stays anchored in photorealism.
--no element1, element2. DALL·E 3 accepts plain-language exclusions inside the prompt.Tip: Do not stuff your negative prompt with hundreds of words. Twelve to twenty well-chosen negatives outperform a sprawling 200-word block. Overly long negatives can paradoxically reintroduce the very concepts they mention by giving them more weight.
Generate a portrait without a negative prompt. Then regenerate it with a default exclusion list (deformed hands, extra fingers, watermark, text, low quality, blurry). Compare the hit-rate over four attempts each.
Build your own "default exclusion list" — the negatives you want in almost every prompt. Save it in your notes file. Within a week you will reuse it dozens of times.
Generate a quiet rural village scene. Add the negatives "people, cars, modern signs, telephone poles, power lines" to keep the scene period-accurate and uncluttered. Notice how much the negative prompt does for the historical feel.
--no; DALL·E 3 accepts plain-language exclusions.Sign in to join the discussion and post comments.
Sign inPrompt Engineering for Content & Copywriting
Write blogs, ads, emails, and social media content ten times faster with AI. 13 practical tutorials on prompt engineering for content creators and copywriters.
Prompt Engineering for Data Science & Analytics
Supercharge your data workflows with AI. 15 practical tutorials on using prompt engineering for data cleaning, EDA, machine learning, SQL, visualisation, and more.
Prompt Engineering for Specific AI Tools
Tool-by-tool mastery — deep dives into ChatGPT, Claude, Gemini, GitHub Copilot, Midjourney, Stable Diffusion, and more. Learn the exact prompting techniques each platform rewards.
Foundations of Prompt Engineering
The must-know basics of prompt engineering. Learn what prompts are, how AI models read them, and how to write clear instructions that get great results.
Prompt Engineering for Education & Learning
Use AI as your personal tutor. Learn how to study faster, create lesson plans, generate practice questions, master languages, and prepare for competitive exams with smart prompts.
Advanced Prompt Engineering Techniques
Master the powerful techniques AI experts use every day. Chain-of-thought, RAG, agents, function calling, prompt evaluation, and much more — 20 deep-dive tutorials.