Federal Contractor

AFFIGENT, LLC Federal Contract Obligations (Last 5 Years)

AFFIGENT, LLC (CAGE 3NBK4, UEI M46UYYHVH4B1) recorded 3,397 federal award actions totaling $1.41 billion over the last five years.

This vendor page summarizes federal procurement activity for AFFIGENT, LLC across the last five years, including obligated amounts, award volume, and leading agencies and NAICS codes. The largest share of obligations is tied to NAICS 541519, Other Computer Related Services, with the Department of the Army as the top awarding agency.

Generated at 03/21/2026

Analysis period: Last 5 years

Amounts reflect obligated dollars in the selected analysis window and may not align with outlay, deobligation, or current contract status.

CAGE Code
3NBK4
UEI
M46UYYHVH4B1
Total Obligated
1.41 billion
1,408,394,308.77
Award Actions
3,397
Average Action Value
414,599.44

About AFFIGENT, LLC federal contract activity

AFFIGENT, LLC recorded $1.41 billion in obligated federal awards across 3,397 actions over the last 5 years, with an average award value of $414,599.44. The profile indicates a high-volume contracting history concentrated in a relatively small number of large obligations alongside many lower-dollar actions.

Agency mix and customer concentration

The Department of the Army is the dominant customer, accounting for $322.30 million across 1,248 awards, or about 23% of total obligations. Additional material demand came from the Internal Revenue Service, USTRANSCOM, the Department of the Air Force, and the Federal Bureau of Investigation, showing a customer base that spans defense, logistics, and civilian law enforcement.

Industry profile based on NAICS activity

The award base is heavily concentrated in NAICS 541519, Other Computer Related Services, which represents $1.25 billion and 2,226 awards, making it the clear core of the vendor's federal work. NAICS 334111, Electronic Computer Manufacturing, is the second-largest category at $145.26 million and 1,087 awards, while the remaining codes contribute comparatively small amounts and appear to reflect ancillary hardware and software activity.

Annual contract trend over the analysis window

Annual obligations remained above $245.87 million in every year of the window, peaking at $311.38 million in 2021 and then moderating before staying in the mid-$200 million to low-$300 million range. Award counts also remained high, ranging from 555 in 2025 to 741 in 2021, which suggests sustained throughput rather than isolated large awards.

How to interpret this page

This summary is based on FPDS obligations associated with CAGE 3NBK4 and UEI M46UYYHVH4B1 for the last 5 years. Agency, NAICS, and annual views are derived from obligated dollars and award counts only; no scope, performance, or subcontracting conclusions are inferred beyond the reported procurement data.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '3NBK4'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
2100 DEPT OF THE ARMY 322,296,132.94 322.30 million 1,248
2050 INTERNAL REVENUE SERVICE 96,805,815.14 96.81 million 133
9776 USTRANSCOM 68,188,495.69 68.19 million 36
5700 DEPT OF THE AIR FORCE 66,951,544.30 66.95 million 95
1549 FEDERAL BUREAU OF INVESTIGATION 66,001,720.24 66.00 million 136
7524 FOOD AND DRUG ADMINISTRATION 59,499,465.43 59.50 million 28
97AS DEFENSE LOGISTICS AGENCY 53,758,592.73 53.76 million 14
7014 U.S. CUSTOMS AND BORDER PROTECTION 40,725,529.34 40.73 million 39
97AV DEFENSE COUNTERINTELLIGENCE AND SECURITY AGENCY (DCSA) 39,079,452.52 39.08 million 12
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 37,136,820.51 37.14 million 107

Insight

AFFIGENT, LLC’s obligations over the last 5 years are concentrated primarily within the Department of Defense and related defense agencies. The Department of the Army is the dominant customer at $322.30 million across 1,248 awards, far exceeding the next largest agencies, while the IRS is a distant second at $96.81 million. Beyond the top two, obligations are distributed across several agencies in the $37 million to $68 million range, indicating a broader but lower-volume customer base.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '3NBK4'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
541519 OTHER COMPUTER RELATED SERVICES 1,253,861,373.70 1.25 billion 2,226
334111 ELECTRONIC COMPUTER MANUFACTURING 145,263,017.70 145.26 million 1,087
334210 TELEPHONE APPARATUS MANUFACTURING 4,438,705.38 4.44 million 8
334112 COMPUTER STORAGE DEVICE MANUFACTURING 2,012,251.66 2.01 million 5
513210 SOFTWARE PUBLISHERS 1,293,905.43 1.29 million 16
517919 ALL OTHER TELECOMMUNICATIONS 317,545.00 317.55 thousand 1
511210 SOFTWARE PUBLISHERS 236,543.51 236.54 thousand 7
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING 235,362.22 235.36 thousand 12
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 157,448.07 157.45 thousand 5
334310 AUDIO AND VIDEO EQUIPMENT MANUFACTURING 154,855.20 154.86 thousand 7

Insight

Over the last 5 years, AFFIGENT, LLC’s obligations are highly concentrated in NAICS 541519, Other Computer Related Services, which accounts for $1.25 billion across 2,226 awards, or the large majority of the vendor’s $1.41 billion total obligated. NAICS 334111, Electronic Computer Manufacturing, is a distant second at $145.26 million but represents a substantial award volume with 1,087 awards, indicating a secondary, high-transaction activity stream. All remaining NAICS codes each contribute relatively minor obligated amounts, with no other category exceeding $4.44 million, suggesting a narrow procurement profile centered on computer-related services and hardware manufacturing.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '3NBK4'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 255,258,477.70 255.26 million 555
2024 293,859,078.43 293.86 million 662
2023 302,028,072.89 302.03 million 731
2022 245,872,351.78 245.87 million 708
2021 311,376,327.97 311.38 million 741

Insight

AFFIGENT, LLC (CAGE 3NBK4) obligated $1.41 billion across 3,397 awards over the last 5 years, with an average award value of $414.6K. Annual obligations were relatively stable within a high range, peaking in 2021 at $311.4M and remaining near $246M to $302M in 2022–2024, before declining to $255.3M in 2025. Award volume followed a similar pattern, ranging from 555 in 2025 to 741 in 2021, indicating a moderately concentrated but consistently active procurement profile.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

Continue from this last 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.