In the last full year, HEALTH NET FEDERAL SERVICES, LLC recorded 24 award actions totaling $425,230,044.76, with an average action value of $17,717,918.53. All obligated funding in this period was associated with the Defense Health Agency and classified under NAICS 524114, Direct Health and Medical Insurance Carriers.
Federal Contractor
HEALTH NET FEDERAL SERVICES, LLC Federal Contract Obligations (Last Year)
Federal procurement profile for HEALTH NET FEDERAL SERVICES, LLC (CAGE 3TJW0, UEI F7NGF6NJFB96) covering last full year obligations and award activity.
Figures reflect the analysis window of the last full year and are based on obligated dollars, award counts, and the provided agency and NAICS breakdowns.
About HEALTH NET FEDERAL SERVICES, LLC federal contract activity
HEALTH NET FEDERAL SERVICES, LLC recorded $425.23 million in FPDS obligations across 24 awards in the last full year, for an average award value of $17.72 million. The vendor’s federal contracting activity was concentrated and relatively high-value, indicating a limited number of material awards rather than a broad transaction base.
Agency mix and customer concentration
All reported obligations came from the DEFENSE HEALTH AGENCY (DHA), which accounted for the full $425.23 million across 24 awards. This shows complete agency concentration in the analyzed period and no visible diversification across civilian or other defense buyers in the provided data.
Industry profile based on NAICS activity
All reported obligations fall under NAICS 524114, Direct Health and Medical Insurance Carriers, matching the vendor’s role in health insurance carrier services. The data indicate a single-industry footprint for the period, with no observed obligations outside this NAICS classification.
Annual contract trend over the analysis window
The annual trend shows $425.23 million in obligations in 2025 across 24 awards, with no additional years available in the provided analysis window. Because only one year is represented, the dataset supports a point-in-time view rather than a multi-year growth or decline assessment.
How to interpret this page
This summary is based solely on the provided FPDS Query aggregates for the vendor, using the last full year as the analysis window. Obligations, award counts, agency mix, NAICS mix, and trend statements reflect only the supplied totals and do not infer contract scope, performance, or terms beyond the available 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 = '3TJW0'
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 |
|---|---|---|---|---|
| 97DH | DEFENSE HEALTH AGENCY (DHA) | 425,230,044.76 | 425.23 million | 24 |
Insight
Over the last full year, HEALTH NET FEDERAL SERVICES, LLC received $425.23 million across 24 awards, all of which were obligated by the Defense Health Agency (DHA). This indicates complete agency concentration, with 100% of obligated value tied to a single customer. The average award value of $17.72 million suggests a relatively small number of sizable awards rather than broad distribution across multiple agencies.
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 = '3TJW0'
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 |
|---|---|---|---|---|
| 524114 | DIRECT HEALTH AND MEDICAL INSURANCE CARRIERS | 425,230,044.76 | 425.23 million | 24 |
Insight
Health Net Federal Services, LLC’s obligated dollars in the last full year were fully concentrated in NAICS 524114, Direct Health and Medical Insurance Carriers. The vendor recorded 24 awards totaling $425.23 million, indicating a uniform NAICS distribution with no observed diversification across other industry classifications in this period. This concentration suggests the vendor’s federal activity was entirely aligned to a single healthcare insurance carrier category.
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 = '3TJW0'
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 | 425,230,044.76 | 425.23 million | 24 |
Insight
In the last full year, HEALTH NET FEDERAL SERVICES, LLC (CAGE 3TJW0) recorded $425.23 million in obligated value across 24 awards, yielding an average award value of about $17.72 million. This indicates a relatively concentrated award profile, with substantial obligation volume distributed across a limited number of actions. Because only one year is provided in the 1y window, no multi-year trend direction can be assessed from this dataset alone.
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.