Federal Contractor

AFFIGENT, LLC Federal Contract Obligations (Last Year)

AFFIGENT, LLC (CAGE 3NBK4, UEI M46UYYHVH4B1) obligated 255.26 million across 555 federal award actions in the last full year.

AFFIGENT, LLC’s federal contracting activity in the last full year totaled 255,258,477.7 in obligations across 555 award actions, for an average action value of 459,925.18. Most of that work was concentrated in NAICS 541519 and was led by the Department of the Army, with additional obligations from DLA, DCSA, USTRANSCOM, and FDA.

Generated at 03/21/2026

Analysis period: Last full year

This page reflects the last full year of readable FPDS obligation data and agency, NAICS, and annual totals derived from the provided records.

CAGE Code
3NBK4
UEI
M46UYYHVH4B1
Total Obligated
255.26 million
255,258,477.70
Award Actions
555
Average Action Value
459,925.18

About AFFIGENT, LLC federal contract activity

AFFIGENT, LLC (CAGE 3NBK4, UEI M46UYYHVH4B1) received $255.26 million in obligated value across 555 awards in the last full year, for an average award value of $459,925.18. The award profile indicates a high-volume vendor with a mix of many smaller actions and a smaller number of materially larger obligations.

Agency mix and customer concentration

The Department of the Army was the primary customer, accounting for $69.94 million across 198 awards. The next largest obligations came from the Defense Logistics Agency, DCSA, USTRANSCOM, and the Food and Drug Administration, indicating a customer base concentrated in defense and security organizations with a limited civilian presence.

Industry profile based on NAICS activity

Contract activity was overwhelmingly concentrated in NAICS 541519, Other Computer Related Services, which represented $225.40 million across 380 awards. Electronic Computer Manufacturing was the second-largest category at $28.27 million across 164 awards, while the remaining NAICS codes contributed only marginal obligation volumes.

Annual contract trend over the analysis window

The annual trend shows $255.26 million obligated in 2025 across 555 awards, which matches the full analysis window provided. Because only one year is shown, this view supports level analysis for the period but does not provide a multi-year growth or decline pattern.

How to interpret this page

This page summarizes FPDS award data for the last full year using obligated dollars and award counts tied to the vendor’s CAGE code and UEI. Agency and NAICS shares reflect observed obligations in the provided dataset; no attempt was made to infer contract scope, performance status, or revenue beyond the recorded awards.

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 1 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 69,937,935.10 69.94 million 198
97AS DEFENSE LOGISTICS AGENCY 26,417,076.11 26.42 million 3
97AV DEFENSE COUNTERINTELLIGENCE AND SECURITY AGENCY (DCSA) 20,730,383.13 20.73 million 3
9776 USTRANSCOM 13,300,668.46 13.30 million 12
7524 FOOD AND DRUG ADMINISTRATION 9,399,733.42 9.40 million 2
7014 U.S. CUSTOMS AND BORDER PROTECTION 9,380,576.16 9.38 million 6
1344 US PATENT AND TRADEMARK OFFICE 9,329,603.82 9.33 million 7
5700 DEPT OF THE AIR FORCE 8,892,668.30 8.89 million 11
1406 DEPARTMENTAL OFFICES 8,861,081.14 8.86 million 18
1700 DEPT OF THE NAVY 7,066,437.14 7.07 million 10

Insight

Over the last full year, AFFIGENT, LLC received $255.26 million across 555 awards, with obligations concentrated but not dominated by a single agency. The DEPT OF THE ARMY accounted for the largest share at $69.94 million across 198 awards, while the next three agencies—DEFENSE LOGISTICS AGENCY, DCSA, and USTRANSCOM—added $60.45 million combined, indicating a meaningful concentration in defense-related spending. Outside those agencies, obligations were distributed across civilian and defense organizations, including FDA, CBP, USPTO, the Air Force, Departmental Offices, and the Navy, each at roughly $7.07 million to $9.40 million.

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 1 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 225,397,629.63 225.40 million 380
334111 ELECTRONIC COMPUTER MANUFACTURING 28,265,905.62 28.27 million 164
334112 COMPUTER STORAGE DEVICE MANUFACTURING 1,209,839.00 1.21 million 3
513210 SOFTWARE PUBLISHERS 247,117.73 247.12 thousand 4
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 110,327.46 110.33 thousand 1
334610 MANUFACTURING AND REPRODUCING MAGNETIC AND OPTICAL MEDIA 38,225.59 38.23 thousand 1
334210 TELEPHONE APPARATUS MANUFACTURING 0.00 0.00 1
334310 AUDIO AND VIDEO EQUIPMENT MANUFACTURING -10,567.33 -10.57 thousand 1

Insight

AFFIGENT, LLC’s obligations over the last full year were highly concentrated in NAICS 541519 (Other Computer Related Services), which accounted for 225.40 million across 380 awards, or the clear majority of the 255.26 million total. NAICS 334111 (Electronic Computer Manufacturing) was the second-largest category at 28.27 million across 164 awards, while all remaining NAICS codes were immaterial by comparison, each below 1.21 million. The mix indicates a strong services-heavy profile with secondary activity in computer manufacturing and limited diversification across other related codes.

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 1 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

Insight

Over the last full year, AFFIGENT, LLC (CAGE 3NBK4) recorded $255.26 million in obligated value across 555 awards, for an average award value of about $459.9K. The annual pattern indicates all observed obligation activity is concentrated in a single year in the 1-year window, so no multi-year trend can be assessed from this view. The award volume suggests the obligation base is distributed across a relatively large number of transactions rather than concentrated in a small set of awards.

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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.