{"id":5130,"date":"2026-07-11T17:14:56","date_gmt":"2026-07-11T15:14:56","guid":{"rendered":"https:\/\/nratkopictures.com\/exposure-compensation-explained-simply-photography-basics\/"},"modified":"2026-07-12T16:04:26","modified_gmt":"2026-07-12T14:04:26","slug":"exposure-compensation-explained","status":"publish","type":"post","link":"https:\/\/nratkopictures.com\/en\/exposure-compensation-explained\/","title":{"rendered":"Exposure compensation explained simply: Photography basics"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_0 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_0 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24\">\n<div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Exposure Compensation Explained Simply | NRATKO Pictures<\/title>\n<meta name=\"description\" content=\"Light meter reads 0 EV, the viewfinder looks perfect \u2013 and yet the photo comes out too bright? That's exactly where exposure compensation comes in.\">\n<link rel=\"canonical\" href=\"https:\/\/nratkopictures.com\/en\/exposure-compensation\/\">\n<meta property=\"og:type\" content=\"article\">\n<meta property=\"og:title\" content=\"Exposure Compensation Explained Simply\">\n<meta property=\"og:description\" content=\"Light meter reads 0 EV, the viewfinder looks perfect \u2013 and yet the photo comes out too bright or too dark?\">\n<meta property=\"og:image\" content=\"https:\/\/nratkopictures.com\/wp-content\/uploads\/2026\/07\/belichtungskorrektur-vergleich-0-ev.webp\">\n<meta property=\"og:locale\" content=\"en_US\">\n<meta name=\"robots\" content=\"index, follow\">\n<style>\n  @font-face {\n    font-family: 'Inter';\n    src: url('\/wp-content\/uploads\/fonts\/Inter\/Inter-Variable.woff2') format('woff2-variations'),\n         url('\/wp-content\/uploads\/fonts\/Inter\/Inter-Variable.woff2') format('woff2');\n    font-weight: 100 900;\n    font-style: normal;\n    font-display: swap;\n  }\n<\/style>\n<style>\n  :root {\n    --paper: #f9f8f5;\n    --obsidian: #121416;\n    --amber-dark: #b5892e;\n    --amber: #c49a3a;\n    --amber-light: #d4a351;\n    --gray: #6f6d68;\n    --gray-line: #e2e0da;\n    --radius: 12px;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  html { scroll-behavior: smooth; }\n\n  body {\n    background: var(--paper);\n    color: var(--obsidian);\n    font-family: 'Inter', sans-serif;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  \/* ===== HERO ===== *\/\n  .hero {\n    max-width: 760px;\n    margin: 0 auto;\n    padding: 80px 6vw 48px;\n  }\n  .eyebrow {\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--amber-dark);\n    margin-bottom: 20px;\n    display: block;\n  }\n  h1 {\n    font-family: 'Inter', sans-serif;\n    font-weight: 700;\n    font-size: clamp(34px, 5vw, 52px);\n    line-height: 1.15;\n    letter-spacing: -1px;\n    color: var(--obsidian);\n    margin-bottom: 28px;\n  }\n  .dek {\n    font-family: 'Inter', sans-serif;\n    font-style: italic;\n    font-size: 19px;\n    line-height: 1.6;\n    color: var(--gray);\n    max-width: 620px;\n  }\n\n  .meta-row {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 36px;\n    padding-top: 24px;\n    border-top: 1px solid var(--gray-line);\n  }\n  .meta-row span {\n    font-size: 12.5px;\n    font-weight: 600;\n    color: var(--obsidian);\n    letter-spacing: 0.2px;\n    padding: 7px 16px;\n    border: 1px solid var(--gray-line);\n    border-radius: 980px;\n    background: #f1efe9;\n  }\n\n  \/* ===== HERO IMAGE ===== *\/\n  .hero-image-wrap {\n    max-width: 980px;\n    margin: 0 auto;\n    padding: 0 6vw 64px;\n  }\n  .hero-image {\n    width: 100%;\n    aspect-ratio: 16\/9;\n    object-fit: cover;\n    border-radius: var(--radius);\n    box-shadow: 0 8px 30px rgba(18,20,22,0.12), 0 2px 8px rgba(18,20,22,0.06);\n  }\n  .caption {\n    font-size: 12.5px;\n    color: var(--gray);\n    margin-top: 12px;\n    letter-spacing: 0.2px;\n  }\n\n  \/* ===== LAYOUT: TOC + CONTENT ===== *\/\n  .article-layout {\n    max-width: 980px;\n    margin: 0 auto;\n    padding: 0 6vw 100px;\n    display: grid;\n    grid-template-columns: 220px 1fr;\n    gap: 64px;\n  }\n\n  \/* TOC \u2014 signature element *\/\n  .toc {\n    position: sticky;\n    top: 40px;\n    align-self: start;\n  }\n  .toc-label {\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    color: var(--gray);\n    margin-bottom: 20px;\n    list-style: none;\n    cursor: default;\n  }\n  .toc-label::-webkit-details-marker { display: none; }\n  .toc-label::marker { display: none; content: ''; }\n  .toc-mobile-toggle summary { list-style: none; }\n  .toc-list {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n  }\n  .toc-list li {\n    border-top: 1px solid var(--gray-line);\n    list-style: none;\n    list-style-type: none;\n  }\n  .toc-list li::marker { content: ''; display: none; }\n  .toc-list li::-webkit-details-marker { display: none; }\n  .toc-list li:last-child { border-bottom: 1px solid var(--gray-line); }\n  .toc-list a {\n    display: flex;\n    gap: 14px;\n    align-items: baseline;\n    text-decoration: none;\n    color: var(--obsidian);\n    padding: 13px 0;\n    transition: opacity 0.15s ease;\n  }\n  .toc-list a:hover { opacity: 0.6; }\n  .toc-num {\n    font-family: 'Inter', sans-serif;\n    font-size: 14px;\n    color: var(--amber-dark);\n    font-weight: 500;\n    flex-shrink: 0;\n    width: 20px;\n    white-space: nowrap;\n  }\n  .toc-text {\n    font-size: 13px;\n    line-height: 1.4;\n    font-weight: 500;\n  }\n\n  \/* ===== ARTICLE BODY ===== *\/\n  .content { max-width: 640px; }\n\n  .content p {\n    font-family: 'Inter', sans-serif;\n    font-size: 18px;\n    line-height: 1.75;\n    color: #2a2c2e;\n    margin-bottom: 26px;\n  }\n\n  .content h2 {\n    font-family: 'Inter', sans-serif;\n    font-weight: 700;\n    font-size: 15px;\n    letter-spacing: 0.3px;\n    color: var(--obsidian);\n    margin-top: 64px;\n    margin-bottom: 24px;\n    padding-top: 28px;\n    border-top: 1px solid var(--gray-line);\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n  }\n  .content h2 .num {\n    font-family: 'Inter', sans-serif;\n    color: var(--amber-dark);\n    font-size: 17px;\n    line-height: 1.4;\n    padding-top: 2px;\n  }\n  .content h2 .label {\n    font-size: 24px;\n    line-height: 1.35;\n    font-family: 'Inter', sans-serif;\n    font-weight: 600;\n    letter-spacing: 0;\n    text-transform: none;\n  }\n\n  .content a.inline-link {\n    color: var(--amber-dark);\n    text-decoration: underline;\n    text-decoration-color: var(--amber-light);\n    text-underline-offset: 3px;\n  }\n\n  \/* Sub-heading \u2014 for the camera-mode breakdown in section 04 *\/\n  .method-heading {\n    font-family: 'Inter', sans-serif;\n    font-weight: 700;\n    font-size: 18px;\n    color: var(--obsidian);\n    margin-top: 36px;\n    margin-bottom: 12px;\n    padding-left: 14px;\n    border-left: 3px solid var(--amber-light);\n  }\n\n  .inline-image {\n    margin: 40px 0;\n  }\n  .inline-image img {\n    width: 100%;\n    aspect-ratio: 3\/2;\n    object-fit: cover;\n    border-radius: var(--radius);\n    display: block;\n  }\n  .inline-image .caption {\n    margin-top: 10px;\n  }\n\n  .content > p:first-of-type::first-letter {\n    font-family: 'Inter', sans-serif;\n    font-size: 64px;\n    font-weight: 800;\n    float: left;\n    line-height: 0.85;\n    margin: 8px 10px 0 0;\n    color: var(--amber-dark);\n  }\n\n  \/* Closing block *\/\n  .fazit {\n    margin-top: 56px;\n    padding: 36px;\n    background: var(--obsidian);\n    border-radius: var(--radius);\n  }\n  .fazit .num { color: var(--amber-light); }\n  .fazit h2 {\n    border: none;\n    margin-top: 0;\n    padding-top: 0;\n    margin-bottom: 18px;\n  }\n  .fazit h2 .label { color: var(--paper); }\n  .fazit p {\n    color: #d9d7d0;\n    font-size: 17px;\n    margin-bottom: 0;\n  }\n  .fazit p + p { margin-top: 20px; }\n\n  \/* FAQ *\/\n  .faq {\n    margin-top: 56px;\n    padding-top: 32px;\n    border-top: 1px solid var(--gray-line);\n  }\n  .content h2.faq-title {\n    font-family: 'Inter', sans-serif;\n    font-weight: 600;\n    font-size: 24px;\n    line-height: 1.35;\n    color: var(--obsidian);\n    margin-top: 0;\n    margin-bottom: 12px;\n    display: block;\n    border: none;\n    padding-top: 0;\n  }\n  .faq-item {\n    border-bottom: 1px solid var(--gray-line);\n  }\n  .faq-item:last-of-type {\n    border-bottom: none;\n  }\n  .faq-item summary {\n    list-style: none;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    padding: 22px 0;\n  }\n  .faq-item summary::-webkit-details-marker { display: none; }\n  .faq-item summary::marker { display: none; content: ''; }\n  .faq-item h3 {\n    font-family: 'Inter', sans-serif;\n    font-weight: 600;\n    font-size: 17px;\n    line-height: 1.4;\n    color: var(--obsidian);\n  }\n  .faq-chevron {\n    flex-shrink: 0;\n    width: 9px;\n    height: 9px;\n    border-right: 1.5px solid var(--amber-dark);\n    border-bottom: 1.5px solid var(--amber-dark);\n    transform: rotate(45deg);\n    transition: transform 0.25s ease;\n  }\n  .faq-item[open] .faq-chevron {\n    transform: rotate(-135deg);\n  }\n  .faq-item p {\n    font-family: 'Inter', sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n    color: #2a2c2e;\n    padding: 0 0 24px 0;\n    margin-bottom: 0;\n  }\n\n  \/* Back to overview *\/\n  .back-to-overview {\n    display: flex;\n    justify-content: center;\n    margin-top: 64px;\n  }\n  .back-to-overview a {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    text-decoration: none;\n    font-family: 'Inter', sans-serif;\n    font-weight: 600;\n    font-size: 14px;\n    color: var(--obsidian);\n    padding: 14px 28px;\n    border: 1.5px solid var(--obsidian);\n    border-radius: 980px;\n    transition: background 0.2s ease, color 0.2s ease;\n  }\n  .back-to-overview a:hover {\n    background: var(--obsidian);\n    color: var(--paper);\n  }\n  .back-to-overview a::before {\n    content: '\u2190';\n  }\n\n  \/* Product promo \u2014 clickable image tile with text overlay *\/\n  .product-promo-tile {\n    position: relative;\n    display: block;\n    margin-top: 56px;\n    border-radius: var(--radius);\n    overflow: hidden;\n    text-decoration: none;\n    aspect-ratio: 1 \/ 1;\n    isolation: isolate;\n  }\n\n  .product-promo-tile img {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    transform: scale(1.0);\n    transition: transform 0.5s ease;\n  }\n\n  .product-promo-tile:hover img {\n    transform: scale(1.04);\n  }\n\n  .product-promo-tile .promo-overlay {\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(\n      to top,\n      rgba(18,20,22,0.78) 0%,\n      rgba(18,20,22,0.35) 35%,\n      rgba(18,20,22,0) 60%\n    );\n  }\n\n  .product-promo-tile .promo-content {\n    position: relative;\n    z-index: 2;\n    height: 100%;\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-end;\n    padding: 28px;\n  }\n\n  .product-promo-tile .promo-eyebrow {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--amber-light);\n    margin-bottom: 10px;\n    display: block;\n  }\n\n  .product-promo-tile h3 {\n    font-family: 'Inter', sans-serif;\n    font-weight: 700;\n    font-size: clamp(20px, 2.6vw, 28px);\n    line-height: 1.28;\n    letter-spacing: -0.005em;\n    color: var(--paper);\n    max-width: 100%;\n  }\n\n  \/* ===== MOBILE ===== *\/\n  @media (max-width: 800px) {\n    .hero { padding: 44px 6vw 32px; }\n    .eyebrow { font-size: 11px; margin-bottom: 14px; }\n    h1 { font-size: clamp(28px, 8vw, 36px); margin-bottom: 18px; }\n    .dek { font-size: 16px; line-height: 1.55; }\n\n    .meta-row {\n      row-gap: 8px;\n      margin-top: 24px;\n      padding-top: 18px;\n    }\n    .meta-row span { font-size: 11.5px; padding: 6px 13px; }\n\n    .hero-image-wrap { padding: 0 6vw 36px; }\n    .hero-image { aspect-ratio: 4\/3; border-radius: var(--radius); }\n\n    .article-layout {\n      grid-template-columns: 1fr;\n      gap: 0;\n      padding: 0 6vw 64px;\n    }\n\n    \/* Collapsible TOC \u2014 obsidian accent block *\/\n    .toc {\n      position: static;\n      margin-bottom: 44px;\n      background: var(--obsidian);\n      border-radius: var(--radius);\n      padding: 8px 20px;\n    }\n    .toc-list li { border-top: 1px solid rgba(249,248,245,0.1); }\n    .toc-list li:last-child { border-bottom: none; }\n    .toc-label { border-bottom: 1px solid rgba(249,248,245,0.1); color: var(--amber-light); }\n    .toc-mobile-toggle:not([open]) .toc-label { border-bottom: none; }\n    .toc-label {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      margin-bottom: 0;\n      padding: 16px 0;\n    }\n    .toc-label::after {\n      content: '';\n      width: 8px;\n      height: 8px;\n      border-right: 1.5px solid var(--amber-light);\n      border-bottom: 1.5px solid var(--amber-light);\n      transform: rotate(45deg);\n      transition: transform 0.25s ease;\n      margin-top: -4px;\n    }\n    .toc-mobile-toggle[open] .toc-label::after {\n      transform: rotate(-135deg);\n      margin-top: 2px;\n    }\n    .toc-list { display: flex; padding-bottom: 6px; }\n    .toc-list a { color: var(--paper); align-items: center; }\n    .toc-list a:active { opacity: 0.6; }\n    .toc-list a:active .toc-num { background: var(--amber-light); color: var(--obsidian); border-color: var(--amber-light); }\n    .toc-list .toc-num {\n      width: 26px;\n      height: 26px;\n      border-radius: 50%;\n      border: 1.5px solid var(--amber-dark);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 12px;\n      color: var(--amber-light);\n    }\n    .toc-text { font-size: 14.5px; font-weight: 600; color: var(--paper); }\n\n    .content { max-width: 100%; }\n\n    .content p {\n      font-size: 16.5px;\n      line-height: 1.68;\n      margin-bottom: 20px;\n    }\n\n    .content h2 {\n      margin-top: 44px;\n      margin-bottom: 18px;\n      padding-top: 22px;\n      gap: 10px;\n      flex-wrap: wrap;\n    }\n    .content h2 .label { font-size: 21px; font-weight: 600; line-height: 1.3; }\n\n    .method-heading { font-size: 16.5px; margin-top: 28px; }\n\n    .content > p:first-of-type::first-letter {\n      font-size: 46px;\n      margin: 4px 8px 0 0;\n    }\n\n    .fazit { padding: 24px 20px; margin-top: 40px; }\n    .fazit p { font-size: 15.5px; line-height: 1.65; }\n    .faq { margin-top: 40px; padding-top: 24px; }\n    .content h2.faq-title { font-size: 21px; }\n    .faq-item summary { padding: 18px 0; gap: 14px; }\n    .faq-item h3 { font-size: 15.5px; }\n    .faq-item p { padding-bottom: 20px; font-size: 15px; }\n  }\n\n  @media (max-width: 420px) {\n    h1 { font-size: 27px; }\n    .content > p:first-of-type::first-letter { font-size: 40px; }\n  }\n<\/style>\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Article\",\n  \"headline\": \"Exposure Compensation Explained Simply\",\n  \"description\": \"Exposure compensation lets you shift the exposure value (EV) deliberately whenever your camera's automatic metering gets it wrong.\",\n  \"image\": \"https:\/\/nratkopictures.com\/wp-content\/uploads\/2026\/07\/belichtungskorrektur-vergleich-0-ev.webp\",\n  \"author\": {\n    \"@type\": \"Organization\",\n    \"name\": \"NRATKO Pictures\"\n  },\n  \"publisher\": {\n    \"@type\": \"Organization\",\n    \"name\": \"NRATKO Pictures\"\n  },\n  \"mainEntityOfPage\": \"https:\/\/nratkopictures.com\/en\/exposure-compensation\/\"\n}\n<\/script>\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What does EV mean in exposure compensation?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"EV stands for Exposure Value. It shows how much brighter (+EV) or darker (-EV) your image becomes compared to the exposure your camera originally metered. A shift of 1 EV doubles or halves the amount of light.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"When should I dial in positive exposure compensation?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"In very bright scenes like snowy landscapes or backlit shots, cameras tend to underexpose. A correction of +1 to +2 EV produces a clearer, brighter result instead of a dull, gray-looking image.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does exposure compensation work in manual mode?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. In manual mode (M) you set aperture, shutter speed, and ISO yourself, so automatic exposure compensation has no effect. Instead, you correct exposure directly by adjusting those values yourself.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Why does snow often look gray in photos?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Your camera assumes an average mid-tone brightness and automatically reduces exposure for very bright subjects like snow to avoid overexposure. A positive exposure compensation setting corrects this.\"\n      }\n    }\n  ]\n}\n<\/script>\n<\/head>\n<body>\n\n<div class=\"hero\">\n  <span class=\"eyebrow\">Photography Basics<\/span>\n  <h1>Exposure Compensation Explained Simply<\/h1>\n  <p class=\"dek\">Light meter reads 0 EV, the viewfinder looks perfect \u2013 and yet your photo comes out too bright or too dark? That&#8217;s exactly where exposure compensation comes in.<\/p>\n  <div class=\"meta-row\">\n    <span>7 Min Read<\/span>\n    <span>Photography Basics<\/span>\n  <\/div>\n<\/div>\n\n<div class=\"hero-image-wrap\">\n  <img decoding=\"async\" class=\"hero-image\" src=\"https:\/\/nratkopictures.com\/wp-content\/uploads\/2026\/07\/belichtungskorrektur-vergleich-0-ev.webp\" alt=\"Exposure comparison at 0 EV \u2013 correctly metered but incorrectly exposed\" fetchpriority=\"high\" loading=\"eager\" width=\"1600\" height=\"900\">\n<\/div>\n\n<div class=\"article-layout\">\n\n  <nav class=\"toc\">\n    <details class=\"toc-mobile-toggle\" open>\n    <summary class=\"toc-label\">CONTENTS<\/summary>\n    <ul class=\"toc-list\">\n      <li><a href=\"#s1\"><span class=\"toc-num\">01<\/span><span class=\"toc-text\">What Is Exposure Compensation and Why Do You Need It?<\/span><\/a><\/li>\n      <li><a href=\"#s2\"><span class=\"toc-num\">02<\/span><span class=\"toc-text\">How Exposure Compensation Works<\/span><\/a><\/li>\n      <li><a href=\"#s3\"><span class=\"toc-num\">03<\/span><span class=\"toc-text\">Exposure Compensation Across Camera Modes<\/span><\/a><\/li>\n      <li><a href=\"#s4\"><span class=\"toc-num\">04<\/span><span class=\"toc-text\">Automatic Modes: P, A\/Av and S\/Tv<\/span><\/a><\/li>\n      <li><a href=\"#s5\"><span class=\"toc-num\">05<\/span><span class=\"toc-text\">When Is Exposure Compensation Worth Using?<\/span><\/a><\/li>\n      <li><a href=\"#s6\"><span class=\"toc-num\">06<\/span><span class=\"toc-text\">Conclusion \u2014 When Exposure Compensation Really Matters<\/span><\/a><\/li>\n      <li><a href=\"#s7\"><span class=\"toc-num\">07<\/span><span class=\"toc-text\">Practice Makes Perfect<\/span><\/a><\/li>\n    <\/ul>\n    <\/details>\n  <\/nav>\n\n  <div class=\"content\">\n\n    <h2 id=\"s1\"><span class=\"num\">01<\/span><span class=\"label\">What Is Exposure Compensation and Why Do You Need It?<\/span><\/h2>\n    <p>Exposure compensation shifts the exposure value (EV) \u2014 the number shown on your camera&#8217;s exposure scale \u2014 deliberately up or down.<\/p>\n    <p>Here&#8217;s why that matters: most cameras rely on an automatic metering system that tries to reach an average mid-tone brightness. That works well most of the time \u2014 but not always. In scenes that are very bright, high in contrast, or set against snow or backlight, the camera&#8217;s metering system can struggle. In these situations it may misjudge the correct exposure, leaving your photo over- or underexposed.<\/p>\n    <p>Picture this: you&#8217;re photographing a white wall or a snowy field. Your camera essentially thinks, &#8220;This is way too bright \u2014 I need to pull it down a bit.&#8221; So it automatically reduces the exposure to avoid overexposure, and the result is a photo that looks too dark.<\/p>\n    <p>At night, the opposite happens. The camera thinks, &#8220;This is way too dark \u2014 I need to brighten it up.&#8221; So it lengthens the shutter speed or raises the ISO, and suddenly your image no longer looks the way you intended \u2014 it comes out too bright or unnatural.<\/p>\n    <p>Exposure compensation lets you correct for exactly this. It gives you control over the exposure whenever the metering system gets it wrong, so the brightness of your image matches what you actually see.<\/p>\n    <p>If you&#8217;d like to understand how your camera decides what counts as &#8220;correctly exposed&#8221; in the first place, check out our <a href=\"metering-photography\" class=\"inline-link\">article on exposure metering<\/a> for a full breakdown of the different metering modes.<\/p>\n\n    <h2 id=\"s2\"><span class=\"num\">02<\/span><span class=\"label\">How Exposure Compensation Works<\/span><\/h2>\n    <p>Almost every camera has a dial or button marked with a &#8220;+\/-&#8221; symbol. This is what controls whether your photo turns out brighter or darker. Turn it to the right \u2014 say, to +1 EV \u2014 and the camera lets in more light, brightening the image. Turn it to the left, to \u22121 or \u22122 EV, and less light reaches the sensor, darkening the image.<\/p>\n    <p>Quick tip: checking your histogram tells you whether highlights are clipping or still hold detail.<\/p>\n    <p>A shift of 1 EV doubles or halves the amount of light. You don&#8217;t need to manually rework your entire exposure setup \u2014 the camera handles it automatically by adjusting shutter speed, aperture, or ISO. That&#8217;s what makes exposure compensation so quick to use without fiddling with every setting by hand.<\/p>\n    <p>This is especially useful in changing light, bright backgrounds, or backlit situations. You can react quickly and use exposure compensation to brighten or darken your subject without extensive trial and error.<\/p>\n\n    <div class=\"inline-image\">\n      <img decoding=\"async\" src=\"https:\/\/nratkopictures.com\/wp-content\/uploads\/2026\/07\/kamera-belichtungskorrektur-einstellrad.webp\" alt=\"Exposure compensation dial viewed from above\" loading=\"lazy\" width=\"1200\" height=\"800\">\n      <div class=\"caption\">The &#8220;+\/-&#8221; dial lets you control directly whether your photo turns out brighter or darker.<\/div>\n    <\/div>\n\n    <h2 id=\"s3\"><span class=\"num\">03<\/span><span class=\"label\">Exposure Compensation Across Camera Modes<\/span><\/h2>\n    <p>How exposure compensation behaves depends entirely on which mode you&#8217;re shooting in. As we know, the interplay of ISO, aperture, and shutter speed determines how much light reaches the sensor \u2014 and therefore how bright or dark your image turns out. This is exactly where exposure compensation steps in: depending on your camera mode, it automatically adjusts one of these three variables to make your image brighter or darker. Let&#8217;s take a closer look at each mode and how exposure compensation responds.<\/p>\n\n    <h2 id=\"s4\"><span class=\"num\">04<\/span><span class=\"label\">Automatic Modes: P, A\/Av and S\/Tv<\/span><\/h2>\n    <p>Exposure compensation only works when you&#8217;re shooting in an automatic or semi-automatic mode \u2014 that means P, A\/Av, or S\/Tv. It always adjusts whichever value you haven&#8217;t set yourself \u2014 the part the camera is controlling automatically. Let&#8217;s break each mode down:<\/p>\n\n    <div class=\"method-heading\">Aperture Priority (A\/Av)<\/div>\n    <p>In this mode you want to control depth of field. So exposure compensation doesn&#8217;t touch the aperture \u2014 instead, it adjusts the shutter speed to reach the exposure you&#8217;ve dialed in.<\/p>\n\n    <div class=\"method-heading\">Shutter Priority (S\/Tv)<\/div>\n    <p>Here it&#8217;s the reverse \u2014 you set the shutter speed, and the camera adjusts the aperture.<\/p>\n\n    <div class=\"method-heading\">Program Mode (P)<\/div>\n    <p>In this mode, the camera automatically balances the relationship between aperture and shutter speed. When you dial in exposure compensation, it simply shifts that relationship to make the image brighter or darker.<\/p>\n\n    <div class=\"method-heading\">Limits of the Automation<\/div>\n    <p>Of course, exposure compensation has its limits. It only works as long as the camera still has room to adjust values like aperture or shutter speed. Once those options are maxed out, it can&#8217;t brighten or darken your image any further. In those situations, the only real fix is additional light \u2014 a flash, a lamp, or any other light source to brighten your subject deliberately.<\/p>\n\n    <div class=\"method-heading\">Manual Mode (M)<\/div>\n    <p>In manual mode, you control exactly how light and shadow shape your image. There&#8217;s no automation here \u2014 you set ISO, aperture, and shutter speed yourself. Your camera&#8217;s light meter, visible in the viewfinder, shows how bright it thinks the scene is.<\/p>\n    <p>If the indicator sits at \u22121 EV, the image is slightly underexposed; at +1 EV or beyond, it&#8217;s overexposed. You can use this readout as a guide to nail the exposure \u2014 or intentionally deviate from it to create a certain mood. The exposure compensation function itself doesn&#8217;t do anything here, though, because you&#8217;re setting every value yourself. Instead, you make the correction manually by adjusting aperture, shutter speed, or ISO directly. This is exactly how you learn how small adjustments shape the brightness and feel of your images.<\/p>\n\n    <div class=\"inline-image\">\n      <img decoding=\"async\" src=\"https:\/\/nratkopictures.com\/wp-content\/uploads\/2026\/07\/belichtungskorrektur-ev-skala-kamera-display.webp\" alt=\"Exposure scale on the camera display \u2013 reading the EV indicator\" loading=\"lazy\" width=\"1200\" height=\"800\">\n      <div class=\"caption\">The EV scale in your display or viewfinder shows how bright the camera currently thinks the scene is.<\/div>\n    <\/div>\n\n    <h2 id=\"s5\"><span class=\"num\">05<\/span><span class=\"label\">When Is Exposure Compensation Worth Using?<\/span><\/h2>\n    <p>There are plenty of situations where deliberately using exposure compensation gets you better results. In bright scenes \u2014 snowy landscapes, or light-colored clothing against a dark background \u2014 cameras tend to underexpose. The image ends up looking flat and gray. Dial in +1 or +2 EV in these cases, and your subject will appear clearer and brighter.<\/p>\n    <p>Backlit situations also benefit from positive compensation, helping to brighten your subject and reveal detail that would otherwise be lost. On the flip side, in dark environments \u2014 candlelight, for instance \u2014 cameras tend to overbrighten because the overall scene is so dark. A negative correction of around \u22121 EV prevents that and preserves the natural mood of the light.<\/p>\n    <p>In short, you take active control over whether your photo comes out brighter or darker \u2014 and start learning to shape your images with light, a defining skill for any photographer.<\/p>\n\n    <h2 id=\"s6\"><span class=\"num\">06<\/span><span class=\"label\">Conclusion \u2014 When Exposure Compensation Really Matters<\/span><\/h2>\n    <p>Exposure compensation is one of the fundamentals of photography. It comes into play whenever your camera&#8217;s automatic metering gets it wrong \u2014 in very bright, very dark, or high-contrast scenes. With it, you can shape light deliberately and turn a technically correct exposure into an image with real impact.<\/p>\n\n    <div class=\"fazit\">\n      <h2 id=\"s7\"><span class=\"num\">07<\/span><span class=\"label\">Practice Makes Perfect<\/span><\/h2>\n      <p>Grab your camera, head outside, and start experimenting with exposure compensation. Watch how your image changes as you dial it brighter or darker \u2014 and notice how that shift affects the mood, color, and overall feel of the shot.<\/p>\n      <p>You&#8217;ll notice that every small adjustment brings you a step closer to truly understanding light \u2014 and that&#8217;s exactly what turns a photo into an image with feeling and expression.<\/p>\n    <\/div>\n\n    <div class=\"faq\">\n      <h2 class=\"faq-title\">Frequently Asked Questions About Exposure Compensation<\/h2>\n\n      <details class=\"faq-item\">\n        <summary><h3>What does EV mean in exposure compensation?<\/h3><span class=\"faq-chevron\"><\/span><\/summary>\n        <p>EV stands for Exposure Value. It shows how much brighter (+EV) or darker (-EV) your image becomes compared to the exposure your camera originally metered. A shift of 1 EV doubles or halves the amount of light.<\/p>\n      <\/details>\n\n      <details class=\"faq-item\">\n        <summary><h3>When should I dial in positive exposure compensation?<\/h3><span class=\"faq-chevron\"><\/span><\/summary>\n        <p>In very bright scenes like snowy landscapes or backlit shots, cameras tend to underexpose. A correction of +1 to +2 EV produces a clearer, brighter result instead of a dull, gray-looking image.<\/p>\n      <\/details>\n\n      <details class=\"faq-item\">\n        <summary><h3>Does exposure compensation work in manual mode?<\/h3><span class=\"faq-chevron\"><\/span><\/summary>\n        <p>No. In manual mode (M) you set aperture, shutter speed, and ISO yourself, so automatic exposure compensation has no effect. Instead, you correct exposure directly by adjusting those values yourself.<\/p>\n      <\/details>\n\n      <details class=\"faq-item\">\n        <summary><h3>Why does snow often look gray in photos?<\/h3><span class=\"faq-chevron\"><\/span><\/summary>\n        <p>Your camera assumes an average mid-tone brightness and automatically reduces exposure for very bright subjects like snow to avoid overexposure. A positive exposure compensation setting corrects this.<\/p>\n      <\/details>\n    <\/div>\n\n    <a href=\"\/en\/shop\/\" class=\"product-promo-tile\">\n      <img decoding=\"async\" src=\"https:\/\/nratkopictures.com\/wp-content\/uploads\/2026\/07\/shop-promo-guides-more-tablet.webp\" alt=\"Discover guides and more in the NRATKO Pictures shop\">\n      <div class=\"promo-overlay\"><\/div>\n      <div class=\"promo-content\">\n        <span class=\"promo-eyebrow\">Shop<\/span>\n        <h3>Want better photos? Check out our shop.<\/h3>\n      <\/div>\n    <\/a>\n\n    <div class=\"back-to-overview\">\n      <a href=\"https:\/\/nratkopictures.com\/en\/knowledge-base\/\">Back to Overview<\/a>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<\/body>\n<\/html><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-5130","post","type-post","status-publish","format-standard","hentry","category-nicht-kategorisiert"],"_links":{"self":[{"href":"https:\/\/nratkopictures.com\/en\/wp-json\/wp\/v2\/posts\/5130","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nratkopictures.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nratkopictures.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nratkopictures.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nratkopictures.com\/en\/wp-json\/wp\/v2\/comments?post=5130"}],"version-history":[{"count":5,"href":"https:\/\/nratkopictures.com\/en\/wp-json\/wp\/v2\/posts\/5130\/revisions"}],"predecessor-version":[{"id":5287,"href":"https:\/\/nratkopictures.com\/en\/wp-json\/wp\/v2\/posts\/5130\/revisions\/5287"}],"wp:attachment":[{"href":"https:\/\/nratkopictures.com\/en\/wp-json\/wp\/v2\/media?parent=5130"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nratkopictures.com\/en\/wp-json\/wp\/v2\/categories?post=5130"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nratkopictures.com\/en\/wp-json\/wp\/v2\/tags?post=5130"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}